2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-13 08:21:26 +00:00

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

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',