Add files via upload

This commit is contained in:
jasonMPM
2026-03-05 12:40:11 -06:00
committed by GitHub
parent 533da307ef
commit 20416b5805
2 changed files with 14 additions and 4 deletions

View File

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

View File

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