test
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
//123
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
},
|
||||
preview: {
|
||||
host: '0.0.0.0',
|
||||
port: 15173,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user