Removed temporary block from vite.config.js

This commit is contained in:
iotux 2025-12-12 09:31:12 +01:00
parent 9a2b058b50
commit 8e93a1d4da

View File

@ -13,13 +13,6 @@ const viteCompressionFilter = /\.(js|mjs|json|css|html|svg)$/i;
export default defineConfig({
server: {
port: 3000,
watch: {
ignored: [
"**/node_modules/**",
"**/dist/**",
"**/data/**",
],
},
},
define: {
"FRONTEND_VERSION": JSON.stringify(process.env.npm_package_version),