dev: Allow dev server to be accessed on local network (#6581)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
miah
2025-11-21 23:19:37 -06:00
committed by GitHub
parent c4a3068492
commit 45af609161

View File

@@ -56,5 +56,8 @@
"dockerDashComposeVersion": "v2"
}
},
"appPort": 3000
"appPort": [
"3000:3000",
"9000:9000"
]
}