elf integration

This commit is contained in:
raiper34
2024-06-23 18:16:54 +02:00
parent 46793174ab
commit 903697646d
10 changed files with 222 additions and 29 deletions
+6 -2
View File
@@ -1,12 +1,16 @@
{
"name": "spooty",
"workspaces": ["spooty-be", "spooty-fe"],
"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",
"build:fe": "npm run build -w spooty-fe",
"build": "npm run build:be npm run build:fe",
"gen:fe": "npm run gen -w spooty-fe",
"start": "npm run start:prod -w spooty-be"
}
}
}