Skip to content

Commit

Permalink
set the output dir to build
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 30, 2024
1 parent 52c2a07 commit 55facfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ export default defineConfig({
},
},
base: process.env.NODE_ENV === "production" ? "/webapp/" : "/",
build: {
outDir: "./build"
}
})

0 comments on commit 55facfb

Please sign in to comment.