old dwinzo files updated

This commit is contained in:
2025-03-22 18:33:02 +05:30
parent 111a2e6581
commit 6987e38750
186 changed files with 19940 additions and 389 deletions

View File

@@ -7,5 +7,8 @@ export default defineConfig({
server: {
port: 8200,
host: true,
},
optimizeDeps: {
exclude: ["@react-oauth/google"], // Exclude the problematic library
},
});