feat: update frontend vite.config.ts with React plugin
This commit is contained in:
@@ -4,14 +4,4 @@ import react from '@vitejs/plugin-react'
|
|||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
|
||||||
port: 8080,
|
|
||||||
strictPort: true,
|
|
||||||
host: true
|
|
||||||
},
|
|
||||||
preview: {
|
|
||||||
port: 8080,
|
|
||||||
strictPort: true,
|
|
||||||
host: true
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user