This commit is contained in:
Chris Wanstrath 2025-09-22 14:57:48 -07:00
parent c0633526cf
commit d12a4e0761

View File

@ -8,7 +8,11 @@
"scripts": { "scripts": {
"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",
"remote:install": "bun run --cwd ./app remote:install",
"remote:start": "bun run --cwd ./app remote:start",
"remote:stop": "bun run --cwd ./app remote:stop",
"remote:restart": "bun run --cwd ./app remote:restart"
}, },
"dependencies": { "dependencies": {
"hono": "^4.9.7" "hono": "^4.9.7"