dev command top level

This commit is contained in:
Timur Ercan
2023-01-09 10:31:12 +01:00
parent bcbae25298
commit 127eae15db

View File

@ -2,6 +2,7 @@
"name": "documenso-monorepo",
"version": "0.0.0",
"scripts": {
"dev": "cd apps&&cd web&&next dev",
"build": "cd apps&&cd web&&next build",
"start": "cd apps&&cd web&&next start"
},