mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
13 lines
199 B
JSON
13 lines
199 B
JSON
{
|
|
"name": "documenso-monorepo",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "cd apps&cd web&next build",
|
|
"start": "next start"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
]
|
|
}
|