mirror of
https://github.com/placeholder-soft/privy-cross-app.git
synced 2026-01-12 15:24:13 +08:00
fix: update vite port
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineConfig({
|
|||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
server: {
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
port: 3005,
|
port: 3006,
|
||||||
open: true,
|
open: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user