feat: implement database-backed game settings with a new schema, service, and migration script.
Some checks failed
Deploy to Production / test (push) Failing after 26s

This commit is contained in:
syntaxbullet
2026-02-12 16:42:40 +01:00
parent d15d53e839
commit c2b1fb6db1
6 changed files with 641 additions and 96 deletions

View File

@@ -6,3 +6,4 @@ export * from './quests';
export * from './moderation';
export * from './feature-flags';
export * from './guild-settings';
export * from './game-settings';