Improve startup provider snapshots and dev harness

This commit is contained in:
Mohamed Boudra
2026-04-22 10:52:19 +07:00
parent 27ddfb1ea7
commit 247983ee87
41 changed files with 2933 additions and 446 deletions

View File

@@ -9,7 +9,7 @@
"scripts": {
"daemon": {
"type": "service",
"command": "PASEO_LISTEN=0.0.0.0:$PASEO_PORT npm run dev:server"
"command": "PASEO_LISTEN=0.0.0.0:$PASEO_PORT ./scripts/dev-daemon.sh"
},
"app": {
"type": "service",