feat: Introduce generic auth steps

This commit is contained in:
Ali BARIN
2021-10-14 18:34:30 +02:00
parent 1fbc58e7e1
commit 9c529b6c6d
12 changed files with 399 additions and 313 deletions

View File

@@ -2,6 +2,7 @@
"name": "@automatisch/root",
"private": true,
"scripts": {
"start": "lerna run --stream --scope @*/{web,backend} dev",
"start:web": "lerna run --stream --scope @*/web start",
"start:backend": "lerna run --stream --scope @*/backend dev"
},