diff --git a/package.json b/package.json index 045ae6a..07a5d0c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -43,4 +43,4 @@ "diff": "^8.0.3", "kleur": "^4.1.5" } -} \ No newline at end of file +}