Update vite.config.ts
This commit is contained in:
@@ -6,11 +6,11 @@ export default defineConfig(({ mode }) => {
|
||||
const env = loadEnv(mode, '.', '');
|
||||
return {
|
||||
server: {
|
||||
port: 3000,
|
||||
port: 4173,
|
||||
host: '0.0.0.0',
|
||||
},
|
||||
preview: {
|
||||
port: 3000,
|
||||
port: 4173,
|
||||
host: '0.0.0.0',
|
||||
},
|
||||
plugins: [react()],
|
||||
|
||||
Reference in New Issue
Block a user