This commit is contained in:
Chris Wanstrath 2025-09-22 14:58:19 -07:00
parent d12a4e0761
commit ff36507887

View File

@ -9,6 +9,7 @@
"dev": "bun run --cwd ./app dev", "dev": "bun run --cwd ./app dev",
"start": "bun run --cwd ./app start", "start": "bun run --cwd ./app start",
"build": "bun run --cwd ./app build", "build": "bun run --cwd ./app build",
"push": "bun run --cwd ./app push",
"remote:install": "bun run --cwd ./app remote:install", "remote:install": "bun run --cwd ./app remote:install",
"remote:start": "bun run --cwd ./app remote:start", "remote:start": "bun run --cwd ./app remote:start",
"remote:stop": "bun run --cwd ./app remote:stop", "remote:stop": "bun run --cwd ./app remote:stop",