This commit is contained in:
2025-07-08 18:25:48 +08:00
parent b928135faf
commit 162c0555ec

View File

@@ -21,6 +21,12 @@ export default defineConfig({
},
},
},
preview: {
host: '0.0.0.0',
allowedHosts: [
'ai.micar9.com',
],
},
build: {
outDir: 'dist',
sourcemap: true,