Distinguish services from scripts with type system and runtime tracking

This commit is contained in:
Mohamed Boudra
2026-04-09 23:45:00 +07:00
parent c7399084a4
commit b1b85833bb
27 changed files with 1265 additions and 493 deletions

View File

@@ -8,6 +8,7 @@
},
"scripts": {
"server": {
"type": "service",
"command": "npm run dev"
},
"typecheck": {