big update
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
optimizeDeps: {
|
||||
include: ['@emotion/react', '@emotion/styled', '@mui/material/Tooltip'],
|
||||
},
|
||||
plugins: [tsconfigPaths(), react()],
|
||||
preview: {
|
||||
port: 5000,
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
},
|
||||
base: '/elegent',
|
||||
});
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
optimizeDeps: {
|
||||
include: ['@emotion/react', '@emotion/styled', '@mui/material/Tooltip'],
|
||||
},
|
||||
plugins: [tsconfigPaths(), react()],
|
||||
preview: {
|
||||
port: 5000,
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
},
|
||||
base: '/',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user