- Update vite build

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-01-24 11:50:40 -05:00
parent 6d7f49a858
commit 9668a01415
14 changed files with 1055 additions and 1028 deletions

View File

@@ -50,7 +50,7 @@ const devTheme = {
*/
const prodTheme = {};
const currentTheme = process.env.NODE_ENV === "development" ? devTheme
const currentTheme = import.meta.env.DEV ? devTheme
: prodTheme;
const finaltheme = {