host script (no tanstack devtools)

This commit is contained in:
Oliver Bryan
2026-01-20 22:40:42 +00:00
parent 1fa85ef22b
commit 6a91b4b9f3
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ module.exports = {
name: "sprint-frontend",
cwd: path.join(__dirname, "packages", "frontend"),
script: "bun",
args: "dev",
args: "host",
interpreter: "none",
exec_mode: "fork",
instances: 1,