Update Vite output path and remove redundant wwwroot configuration
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
build: {
|
||||
outDir: '../wwwroot',
|
||||
outDir: '../API/wwwroot',
|
||||
emptyOutDir: true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user