8 lines
175 B
JSON
8 lines
175 B
JSON
{
|
|
"private": true,
|
|
"workspaces": ["backend", "frontend", "common"],
|
|
"scripts": {
|
|
"build": "cd frontend && yarn build",
|
|
"start": "cd backend && yarn start"
|
|
}
|
|
}
|