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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user