fix: improve dev mode reloading for mothership

This commit is contained in:
Ben Allfree 2024-01-15 08:49:11 -08:00
parent c985c9061e
commit 4f98dd8f41

View File

@ -26,7 +26,7 @@
"dev:edge:ftp": "tsx watch src/cli/edge-ftp.ts",
"dev:downloader": "pnpm download-versions",
"dev:mothership:maildev": "npx -y maildev",
"dev:mothership:pocketbase": "tsx watch src/cli/mothership.ts",
"dev:mothership:pocketbase": "nodemon --signal SIGTERM --watch src --exec tsx ./src/cli/mothership.ts",
"prod:proxy": "dotenv tsx ./src/cli/proxy/server.ts",
"prod:edge:daemon": "tsx src/cli/edge-daemon.ts",
"prod:edge:ftp": "tsx src/cli/edge-ftp.ts",