Files
stack/mosaic.config.json
jason.woltje c0d0fd44b7
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
refactor(storage): replace better-sqlite3 with PGlite adapter (#378)
2026-04-04 21:58:14 +00:00

7 lines
189 B
JSON

{
"tier": "local",
"storage": { "type": "pglite", "dataDir": ".mosaic/storage-pglite" },
"queue": { "type": "local", "dataDir": ".mosaic/queue" },
"memory": { "type": "keyword" }
}