This commit is contained in:
toom1996
2025-07-09 17:54:38 +08:00
parent c7d4034eef
commit 98b1b49989

View File

@ -11,7 +11,7 @@ export default defineConfig({
format: 'file',
},
server: {
port:4322
// host: '0.0.0.0',
port:4322,
host: '0.0.0.0',
},
});