chore: add support for react-intl, mui, apolloql

This commit is contained in:
Ali BARIN
2021-10-03 23:46:37 +02:00
parent a4ddc8b50c
commit a62d5369d4
18 changed files with 544 additions and 108 deletions

View File

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