mirror of
https://github.com/vee1e/krply.git
synced 2026-09-01 09:49:51 +00:00
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:
parent
994633da65
commit
fbd7880d87
3 changed files with 55 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
web/node_modules/
|
||||
web/dist/
|
||||
*.db
|
||||
!test/fixtures/demo.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
*.sqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue