diff --git a/package.json b/package.json index 8a3d679..23f5a2b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,11 @@ "scripts": { "dev": "bun run --cwd ./app dev", "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": { "hono": "^4.9.7"