Skip to content

Commit

Permalink
Fix outDir
Browse files Browse the repository at this point in the history
  • Loading branch information
wgenh committed Jun 3, 2024
1 parent a95c56e commit 999bd9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { svelteTesting } from '@testing-library/svelte/vite';
export default defineConfig({
root: "src",
build: {
emptyOutDir: "../out"
outDir: "../out",
emptyOutDir: true
},
plugins: [svelte(), svelteTesting()],
test: {
Expand Down

0 comments on commit 999bd9a

Please sign in to comment.