bun remote:deploy

This commit is contained in:
Chris Wanstrath 2026-02-09 17:00:26 -08:00
parent b447f7d0ca
commit 823cbb2317

View File

@ -24,6 +24,7 @@
"cli:uninstall": "sudo rm /usr/local/bin",
"deploy": "./scripts/deploy.sh",
"dev": "rm pub/client/index.js && bun run --hot src/server/index.tsx",
"remote:deploy": "./scripts/deploy.sh",
"remote:install": "./scripts/remote-install.sh",
"remote:restart": "./scripts/remote-restart.sh",
"remote:start": "./scripts/remote-start.sh",