first commit

This commit is contained in:
raiper34
2024-06-22 17:06:41 +02:00
commit da9cf53c69
53 changed files with 20449 additions and 0 deletions
+10
View File
@@ -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"
}
}