big update

This commit is contained in:
2025-08-16 12:57:07 -05:00
parent 508d1179dc
commit 86b1eaf6f7
100 changed files with 14935 additions and 1871 deletions

View File

@@ -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: '/',
});