Fix asset file serving (#9295)

- Backport of https://github.com/inventree/InvenTree/pull/9292
This commit is contained in:
Oliver
2025-03-14 09:04:42 +11:00
committed by GitHub
parent 21d266ab95
commit 3cae0d5066
3 changed files with 1 additions and 19 deletions
+1
View File
@@ -48,6 +48,7 @@ export default defineConfig({
uploadToken: process.env.CODECOV_TOKEN
})
],
base: '',
build: {
manifest: true,
outDir: '../../src/backend/InvenTree/web/static/web',