Skip to content

Commit

Permalink
push ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Raais committed Jul 29, 2024
1 parent 087c964 commit ab75e70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ export default defineConfig({
"Cross-Origin-Embedder-Policy": "require-corp",
},
host: "0.0.0.0",
base: '/fm/',
},
optimizeDeps: {
exclude: ["@sqlite.org/sqlite-wasm"],
},
build: {
commonjsOptions: { transformMixedEsModules: true },
}
});

0 comments on commit ab75e70

Please sign in to comment.