clear index.js in dev

This commit is contained in:
Chris Wanstrath 2026-02-02 13:54:16 -08:00
parent dfb70c84f5
commit cca93189e0

View File

@ -21,7 +21,7 @@
"cli:install": "bun cli:build && sudo cp dist/toes /usr/local/bin", "cli:install": "bun cli:build && sudo cp dist/toes /usr/local/bin",
"cli:uninstall": "sudo rm /usr/local/bin", "cli:uninstall": "sudo rm /usr/local/bin",
"deploy": "./scripts/deploy.sh", "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:install": "./scripts/remote-install.sh",
"remote:restart": "./scripts/remote-restart.sh", "remote:restart": "./scripts/remote-restart.sh",
"remote:start": "./scripts/remote-start.sh", "remote:start": "./scripts/remote-start.sh",
@ -43,4 +43,4 @@
"diff": "^8.0.3", "diff": "^8.0.3",
"kleur": "^4.1.5" "kleur": "^4.1.5"
} }
} }