Merge pull request #3 from jasonMPM/fix-3

Add files via upload
This commit is contained in:
jasonMPM
2026-03-05 12:40:27 -06:00
committed by GitHub
2 changed files with 14 additions and 4 deletions

View File

@@ -9,10 +9,11 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@fullcalendar/daygrid": "^6.1.15", "@fullcalendar/core": "6.1.15",
"@fullcalendar/interaction": "^6.1.15", "@fullcalendar/daygrid": "6.1.15",
"@fullcalendar/react": "^6.1.15", "@fullcalendar/interaction": "6.1.15",
"@fullcalendar/timegrid": "^6.1.15", "@fullcalendar/react": "6.1.15",
"@fullcalendar/timegrid": "6.1.15",
"axios": "^1.7.9", "axios": "^1.7.9",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"react": "^18.3.1", "react": "^18.3.1",

View File

@@ -3,6 +3,15 @@ import react from '@vitejs/plugin-react'
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
optimizeDeps: {
include: [
'@fullcalendar/core',
'@fullcalendar/react',
'@fullcalendar/daygrid',
'@fullcalendar/timegrid',
'@fullcalendar/interaction',
],
},
server: { server: {
proxy: { proxy: {
'/api': { '/api': {