attempt to fix that too
1 files changed, 4 insertions(+), 0 deletions(-) M client/vite.config.ts
M client/vite.config.ts => client/vite.config.ts +4 -0
@@ 9,5 9,9 @@ export default defineConfig({ index: "index.html", } }, + commonjsOptions: { include: [] }, }, + optimizeDeps: { + disabled: falsetbone231 + } });