chore: Setup express app

This commit is contained in:
Faruk AYDIN
2021-10-03 18:03:50 +02:00
committed by Ali BARIN
parent a5bf0649ae
commit 701fc48d6f
6 changed files with 362 additions and 26 deletions

View File

@@ -2,7 +2,8 @@
"name": "@automatisch/root",
"private": true,
"scripts": {
"start:web": "lerna run --scope @*/web start"
"start:web": "lerna run --scope @*/web start",
"start:backend": "lerna run --scope @*/backend start"
},
"workspaces": [
"packages/*"