Edit seed db function

This commit is contained in:
Aaron William Po
2023-01-22 23:49:58 -05:00
parent 0065525f5c
commit f08731de17
21 changed files with 1115 additions and 166 deletions

9
config/pino/logger.ts Normal file
View File

@@ -0,0 +1,9 @@
import pino from 'pino';
const logger = pino({
transport: {
target: 'pino-pretty',
},
});
export default logger;