From d12a4e0761383668144772f6343d5029729b0a84 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:57:48 -0700 Subject: [PATCH] always --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"