docs: add dx command

This commit is contained in:
Ephraim Atta-Duncan
2023-09-28 19:51:29 +00:00
parent ba611b9adb
commit c0872f626b
4 changed files with 328 additions and 3 deletions

View File

@@ -73,7 +73,11 @@ const seedDatabase = async () => {
seedDatabase()
.then(() => {
console.log('Database seeded');
console.log(`
✅ Database seeded
Email: example@documenso.com
Password: password`);
process.exit(0);
})
.catch((error) => {