first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "spooty",
|
||||
"workspaces": ["spooty-be", "spooty-fe"],
|
||||
"scripts": {
|
||||
"start:be": "npm run start:dev -w spooty-be",
|
||||
"start:fe": "npm run start -w spooty-fe",
|
||||
"build:be": "npm run build -w spooty-be",
|
||||
"start": "npm run start:prod -w spooty-be"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user