updated
This commit is contained in:
parent
b42a69e70b
commit
6078710855
|
@ -6,13 +6,13 @@ export default defineConfig({
|
||||||
base: "/",
|
base: "/",
|
||||||
plugins: [react(), tsconfigPaths()],
|
plugins: [react(), tsconfigPaths()],
|
||||||
preview: {
|
preview: {
|
||||||
port: 8080,
|
port: 3000,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 8080,
|
port: 3000,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
host: true,
|
host: true,
|
||||||
origin: "http://0.0.0.0:8080",
|
origin: "http://0.0.0.0:3000",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue