Skip to content

Commit

Permalink
Remove workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
backjonas committed Dec 10, 2024
1 parent 5d337d2 commit fda3cea
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 63 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 0 additions & 27 deletions backend/package.json

This file was deleted.

18 changes: 0 additions & 18 deletions db/docker-compose.yml

This file was deleted.

11 changes: 0 additions & 11 deletions db/package.json

This file was deleted.

26 changes: 19 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
{
"name": "spiken",
"name": "spiken-backend",
"version": "1.0.0",
"description": "",
"workspaces": [
"backend",
"db"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run start --workspaces"
"start": "tsc-watch --onSuccess \"node build/index.js\"",
"build": "tsc --build"
},
"author": "",
"license": "ISC"
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^20.8.4",
"@types/pg": "^8.10.5",
"prettier": "3.0.3",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},
"dependencies": {
"csv-parse": "^5.5.5",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
"telegraf": "^4.14.0",
"zod": "^3.22.4"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fda3cea

Please sign in to comment.