This commit is contained in:
RaymondVerhoef
2026-05-25 20:51:11 +02:00
parent e4030868b4
commit 80532b6d1b
2 changed files with 14 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ function getBuildSha() {
// https://vite.dev/config/
export default defineConfig({
build: {
sourcemap: true,
},
define: {
__BUILD_SHA__: JSON.stringify(getBuildSha()),
__BUILD_TIME__: JSON.stringify(new Date().toISOString()),