+4
-8
@@ -1,11 +1,7 @@
|
|||||||
// vite.config.js
|
import { defineConfig } from 'vite'
|
||||||
import { defineConfig } from 'vite';
|
import react from '@vitejs/plugin-react'
|
||||||
import react from '@vitejs/plugin-react';
|
|
||||||
|
|
||||||
|
// https://vite.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
})
|
||||||
host: '0.0.0.0', // listen on all network interfaces
|
|
||||||
port: 5173,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|||||||
Reference in New Issue
Block a user