Files
TREK/server
jubnl 3f760338c8 fix(tests): use in-memory SQLite per worker in test mode
vitest pool:forks spawns parallel worker processes that all called
initDb() on the same data/travel.db, causing SQLite "database is locked"
and "duplicate column name" races.

When NODE_ENV=test each fork now gets an isolated :memory: DB so migrations
run independently with no file contention.
2026-05-25 20:52:57 +02:00
..
2026-05-06 21:38:40 +02:00