room reservation model, controller, seeder and migration files added

This commit is contained in:
Kiss Dávid
2026-08-19 19:59:18 +02:00
parent b281724a1a
commit 0b88fe87e5
49 changed files with 4073 additions and 2472 deletions
+7
View File
@@ -35,4 +35,11 @@ export default await Env.create(new URL('../', import.meta.url), {
|----------------------------------------------------------
*/
LIMITER_STORE: Env.schema.enum(['database', 'memory'] as const),
/*
|----------------------------------------------------------
| Variables for configuring the drive package
|----------------------------------------------------------
*/
DRIVE_DISK: Env.schema.enum(['fs'] as const)
})