Compare commits

..

No commits in common. "aaced3ccf50860775a897b9ea7569b50e0def9d0" and "1efdb9fb5c5937345d1998e9f22d70bceefc1e82" have entirely different histories.

View File

@ -8,12 +8,11 @@ export default defineConfig({
preview: { preview: {
port: 8084, port: 8084,
strictPort: true, strictPort: true,
host: '0.0.0.0'
}, },
server: { server: {
port: 8084, port: 8084,
strictPort: true, strictPort: true,
host: true, host: true,
//origin: "http://0.0.0.0:8084", //origin: "http://0.0.0.0:8084",
} },
}) })