fix: support Bun-only remote dev deployments

This commit is contained in:
Bohdan Triapitsyn
2026-09-03 11:49:34 +03:00
parent dfb3c614c8
commit 6c4923b8c8
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -14,6 +14,7 @@
"host": "example-host",
"port": 3002,
"dir": "testing-dev",
"lan": false,
"apiOnly": true
},
{
@@ -22,6 +23,7 @@
"host": "example-host",
"port": 3002,
"dir": "testing-dev",
"lan": true,
"apiOnly": false
}
]