chore: added scripts

This commit is contained in:
Elias Renman
2023-05-21 17:25:42 +02:00
parent 50c1fbc31b
commit a3e32e76c1
6 changed files with 268 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ This project uses Express. An open source framework for building APIs and applic
3. Start your app
```
yarn compile # Compile TypeScript source
yarn build # Compile TypeScript source
yarn migrate # Run migrations to set up the database
yarn start
```