mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: improve dev mode reloading for mothership
This commit is contained in:
parent
c985c9061e
commit
4f98dd8f41
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user