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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ export default defineConfig(({ command, mode }) => {
} }
}, },
define: { define: {
...__INVENTREE_VERSION_INFO__ ...__INVENTREE_VERSION_INFO__,
'process.env.NODE_ENV': JSON.stringify(mode)
} }
}; };
}); });