Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed May 14, 2024
1 parent 4e1f5bb commit aa7b202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions verification/curator-service/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export default defineConfig({
// depending on your application, base can also be "/"
base: '',
plugins: [react(), viteTsconfigPaths()],
build: {
outDir: './build'
},
test: {
globals: true,
environment: 'jsdom',
Expand Down

0 comments on commit aa7b202

Please sign in to comment.