clear index.js in dev
This commit is contained in:
parent
dfb70c84f5
commit
cca93189e0
|
|
@ -21,7 +21,7 @@
|
|||
"cli:install": "bun cli:build && sudo cp dist/toes /usr/local/bin",
|
||||
"cli:uninstall": "sudo rm /usr/local/bin",
|
||||
"deploy": "./scripts/deploy.sh",
|
||||
"dev": "bun run --hot src/server/index.tsx",
|
||||
"dev": "rm pub/client/index.js && bun run --hot src/server/index.tsx",
|
||||
"remote:install": "./scripts/remote-install.sh",
|
||||
"remote:restart": "./scripts/remote-restart.sh",
|
||||
"remote:start": "./scripts/remote-start.sh",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user