2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

[BUG] Include .vite subdir in PUI releases (#6973)

* use yarn to build

* use different path annotation

* fix path

* include vite explicitly
This commit is contained in:
Matthias Mair
2024-04-07 21:50:10 +01:00
committed by GitHub
parent 94478a5fb2
commit 3b87c84ae7
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ export default defineConfig({
includePrivate: true,
multipleVersions: true,
output: {
file: '../../InvenTree/web/static/web/.vite/dependencies.json',
file: '../backend/InvenTree/web/static/web/.vite/dependencies.json',
template(dependencies) {
return JSON.stringify(dependencies);
}