Fix link to host in local network (#1843)

* descripe testing for cloud

* use base url directly

* lint
This commit is contained in:
Alex Christoffer Rasmussen
2025-10-27 11:19:21 +01:00
committed by GitHub
parent 37abd3fe47
commit ee3d38fce8
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"tasks": {
"dev": {
"cache": false,
"persistent": true
"persistent": true,
"env": ["ROUTER_PREFIX"]
},
"dev:electron": {
"cache": false,