Skip to content

Commit 9392353

Browse files
authored
Merge pull request #98 from Azure-Samples/pamelafox-patch-1
Update vite.config.ts to preserve sym links
2 parents 43da97d + 2dde4db commit 9392353

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/frontend/vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import react from "@vitejs/plugin-react";
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7+
resolve: {
8+
preserveSymlinks: true,
9+
},
710
build: {
811
outDir: "../backend/static",
912
emptyOutDir: true,

0 commit comments

Comments
 (0)