WIP - fix date picker

This commit is contained in:
Francisco Gaona
2025-12-22 01:50:53 +01:00
parent b6cb5652b7
commit b0a45d98ce
9 changed files with 74 additions and 60 deletions

View File

@@ -53,6 +53,9 @@ export default defineNuxtConfig({
},
vite: {
optimizeDeps: {
include: ['@internationalized/date'],
},
server: {
hmr: {
clientPort: 3001,