add timeline header

This commit is contained in:
2026-03-07 08:14:32 +01:00
parent dc524cad24
commit 724980fd31
9 changed files with 164 additions and 88 deletions

View File

@@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"scripts": {
"build": "flutter build web --release --wasm --base-href /flutter/ && node scripts/copy-build.mjs"
"build": "flutter build web --release --wasm --base-href /flutter/ --source-maps && node scripts/copy-build.mjs"
}
}