feat: prevent duplicate initialization of Paarrot API and update server port

This commit is contained in:
2026-03-23 20:34:14 +11:00
parent 5eb937ab3e
commit f76fee23bf
3 changed files with 13 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ export default defineConfig({
publicDir: false,
base: buildConfig.base,
server: {
port: 8080,
port: 38347,
host: '0.0.0.0',
fs: {
// Allow serving files from one level up to the project root