Files
sign/package.json
Timur Ercan 9619e1adfb dir
2023-01-09 09:53:57 +01:00

13 lines
218 B
JSON

{
"name": "documenso-monorepo",
"version": "0.0.0",
"scripts": {
"build": "cd apps&&cd web&&next build",
"start": "cd apps&&cd web&&next start"
},
"workspaces": [
"apps/*",
"packages/*"
]
}