2
0
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:
Oliver
2026-06-30 00:44:25 +10:00
committed by GitHub
parent 0470dc34b7
commit f7e267cca8
+2 -1
View File
@@ -90,7 +90,8 @@ export default defineConfig(({ command, mode }) => {
}
},
define: {
...__INVENTREE_VERSION_INFO__
...__INVENTREE_VERSION_INFO__,
'process.env.NODE_ENV': JSON.stringify(mode)
}
};
});