mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-04 06:00:38 +00:00
Fix dashboard issue (#12275)
This commit is contained in:
@@ -90,7 +90,8 @@ export default defineConfig(({ command, mode }) => {
|
||||
}
|
||||
},
|
||||
define: {
|
||||
...__INVENTREE_VERSION_INFO__
|
||||
...__INVENTREE_VERSION_INFO__,
|
||||
'process.env.NODE_ENV': JSON.stringify(mode)
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user