refactor(vite.config): clean up unnecessary whitespace in configuration file

This commit is contained in:
chamikaJ
2025-07-07 12:47:19 +05:30
parent aa1fb1c6f5
commit bc085926a6

View File

@@ -208,7 +208,5 @@ export default defineConfig(({ command, mode }) => {
define: { define: {
__DEV__: !isProduction, __DEV__: !isProduction,
}, },
}; };
}); });