deploy dir

This commit is contained in:
Timur Ercan
2023-01-09 09:52:34 +01:00
parent 4cde95304a
commit 0689503ac4

View File

@@ -2,8 +2,8 @@
"name": "documenso-monorepo",
"version": "0.0.0",
"scripts": {
"build": "cd apps&cd web&next build",
"start": "cd apps&cd web&next start"
"build": "cd src&cd apps&cd web&next build",
"start": "cd src&cd apps&cd web&next start"
},
"workspaces": [
"apps/*",