refactoring db seed

This commit is contained in:
Mikayla Dobson
2022-11-23 12:28:22 -06:00
parent 24023fefcb
commit b7e33b74e0
18 changed files with 139 additions and 120 deletions

2
server/appRoot.ts Normal file
View File

@@ -0,0 +1,2 @@
import path from 'path';
export const appRoot = path.resolve(__dirname);