Skip to content

Commit

Permalink
biome fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 committed Mar 7, 2025
1 parent 75ed76b commit 33a1cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default defineConfig({
}),
],
optimizeDeps: {
exclude: ['@swmansion/smelter-web-wasm'],
include: ['@swmansion/smelter-web-wasm > pino']
exclude: ["@swmansion/smelter-web-wasm"],
include: ["@swmansion/smelter-web-wasm > pino"],
},
},
integrations: [
Expand Down

0 comments on commit 33a1cf0

Please sign in to comment.