Skip to content

Commit

Permalink
Update the build destination directory to meet CRA scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszwisniewski committed Jan 9, 2024
1 parent ce87303 commit 05af16c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions view.react/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ export default defineConfig({
globals: true,
environment: 'jsdom',
setupFiles: './src/setupTests.js'
},
build: {
outDir: 'build/static'
}
});

0 comments on commit 05af16c

Please sign in to comment.