Skip to content

Commit

Permalink
fix: remove env file from pwa cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Dec 7, 2024
1 parent 338c2d7 commit 5bb250e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default defineConfig({
injectManifest: {
maximumFileSizeToCacheInBytes: 2097152 * 3,
globPatterns: ["**/*.{svg,woff2,js,wasm,css,html,png}"],
globIgnores: ["**/env.js"],
rollupFormat: "es",
},
includeAssets: ["**/*.{svg,woff2,wasm}"],
Expand Down

0 comments on commit 5bb250e

Please sign in to comment.