Added rendering of Event Images

This commit is contained in:
Torsten Schulz
2025-05-07 11:55:27 +02:00
parent b9ba08f91f
commit bb4f490bb1
6 changed files with 67 additions and 11 deletions

View File

@@ -19,8 +19,8 @@ module.exports = defineConfig({
},
plugins: [
new webpack.DefinePlugin({
'process.env': JSON.stringify(process.env)
}),
'process.env.CUSTOM_VAR': JSON.stringify(process.env.CUSTOM_VAR)
})
],
},
});