Fix dashboard issue

This commit is contained in:
Oliver Walters 2026-06-29 14:15:45 +00:00
parent 12825aa1f4
commit c63a985c91
1 changed files with 2 additions and 1 deletions

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)
}
};
});