Migrate to yarn berry and fix all workspace errors

This commit is contained in:
2022-07-07 01:12:21 +03:00
parent 78fd1b5adf
commit 862cbd3af1
41 changed files with 5878 additions and 8452 deletions

1
gather/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
dist

View File

@@ -4,8 +4,8 @@
"version": "1.0.0",
"description": "The background job that collects data and stores it in a DB",
"scripts": {
"start": "node ./dist/index.js",
"build": "./node_modules/typescript/bin/tsc"
"start": "node ./dist/src/index.js",
"build": "../node_modules/typescript/bin/tsc"
},
"dependencies": {
"axios": "^0.26.0",

File diff suppressed because it is too large Load Diff