This commit is contained in:
Chris Wanstrath 2025-09-26 12:18:33 -07:00
parent 7aa64cfdaa
commit cb01a929f8

View File

@ -6,9 +6,9 @@
"app"
],
"scripts": {
"runner": "bun run --cwd ./app runner",
"dev": "bun run --cwd ./app dev",
"start": "bun run --cwd ./app start",
"build": "bun run --cwd ./app build",
"push": "bun run --cwd ./app push",
"remote:install": "bun run --cwd ./app remote:install",
"remote:start": "bun run --cwd ./app remote:start",