feat: make queues durable by default and add seed helpers
This commit is contained in:
@@ -825,6 +825,7 @@ await createProductionServer(
|
||||
i18n: ${i18n ? JSON.stringify(i18n) : "undefined"},
|
||||
db: ${config.db ? JSON.stringify(config.db) : "undefined"},
|
||||
databases: ${config.databases ? JSON.stringify(config.databases) : "undefined"},
|
||||
queue: ${config.queue ? JSON.stringify(config.queue) : "undefined"},
|
||||
storage: ${config.storage ? JSON.stringify(config.storage) : "undefined"},
|
||||
${hasDefaultMigrations ? `migrationsDir: join(import.meta.dir, "migrations"),` : ""}
|
||||
${
|
||||
|
||||
Reference in New Issue
Block a user