Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Oct 8, 2024
1 parent 0b14045 commit 624781c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ export default defineConfig({
unstable_singleFetch: true,
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true
}
}
),
v3_throwAbortReason: true,
},
}),
tsconfigPaths(),
iconsSpritesheet({
inputDir: "./resources/icons",
Expand Down

0 comments on commit 624781c

Please sign in to comment.