feat(backend-api): Add BlogService and PostController to implement blog CRUD operations

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-28 16:13:48 -08:00
parent 204fc1ebf9
commit 9773f83440

View file

@ -38,7 +38,7 @@ import { SchedulerModule } from './modules/scheduler/scheduler.module';
return {
...dbConfig,
autoLoadEntities: true,
synchronize: config.get('NODE_ENV') !== 'production',
synchronize: false,
logging: config.get('NODE_ENV') !== 'production',
};
},