mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Style updates
This commit is contained in:
7
src/prisma/seed/clean/index.ts
Normal file
7
src/prisma/seed/clean/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import logger from '@/config/pino/logger';
|
||||
import cleanDatabase from './cleanDatabase';
|
||||
|
||||
cleanDatabase().then(() => {
|
||||
logger.info('Database cleaned');
|
||||
process.exit(0);
|
||||
});
|
||||
Reference in New Issue
Block a user