change project structure
This commit is contained in:
+7
-10
@@ -1,16 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "spooty",
|
"name": "spooty",
|
||||||
"workspaces": [
|
"workspaces": ["src/*"],
|
||||||
"spooty-be",
|
|
||||||
"spooty-fe"
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start:be": "npm run start:dev -w spooty-be",
|
"start:be": "npm run start:dev -w backend",
|
||||||
"start:fe": "npm run start -w spooty-fe",
|
"start:fe": "npm run start -w frontend",
|
||||||
"build:be": "npm run build -w spooty-be",
|
"build:be": "npm run build -w backend",
|
||||||
"build:fe": "npm run build -w spooty-fe",
|
"build:fe": "npm run build -w frontend",
|
||||||
"build": "npm run build:be npm run build:fe",
|
"build": "npm run build:be npm run build:fe",
|
||||||
"gen:fe": "npm run gen -w spooty-fe",
|
"gen:fe": "npm run gen -w frontend",
|
||||||
"start": "npm run start:prod -w spooty-be"
|
"start": "npm run start:prod -w backend"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "spooty-be",
|
"name": "backend",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "spooty-fe",
|
"name": "frontend",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user