updated
This commit is contained in:
@@ -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",
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user