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