Skip to content

Commit

Permalink
Add support for symlinked files (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
charris-msft authored Nov 21, 2024
1 parent e03b831 commit 202e726
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
resolve: {
preserveSymlinks: true
},
build: {
outDir: "../backend/static",
emptyOutDir: true,
Expand Down

0 comments on commit 202e726

Please sign in to comment.