mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"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"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
]
|
|
}
|