Add MIT license

This commit is contained in:
Federico Jaramillo Martinez
2026-05-08 11:41:14 +02:00
parent a2d1d5acd8
commit 86b8a25d2c
4 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "pi-web-poc",
"version": "0.0.1",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "bash -c 'trap \"kill 0\" EXIT; npm run dev:sessiond & npm run dev:web & npm run dev:client & wait'",