always
This commit is contained in:
parent
c0633526cf
commit
d12a4e0761
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user