feat(server): seed demo journal from a bundled fixture

- --demo imports events and snapshot refs into an empty journal,
  idempotent across restarts, for public deployments without a cluster
This commit is contained in:
lakshit verma 2026-08-06 06:00:54 +05:30
parent 994633da65
commit fbd7880d87
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A
3 changed files with 55 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
web/node_modules/
web/dist/
*.db
!test/fixtures/demo.db
*.db-wal
*.db-shm
*.sqlite