Remove .tsbuildinfo files
This commit is contained in:
parent
67a5b60ad5
commit
b8ff61265b
15 changed files with 69 additions and 29 deletions
|
|
@ -1,10 +0,0 @@
|
|||
module.exports = {
|
||||
worker: {
|
||||
connectionString: process.env.DATABASE_URL,
|
||||
maxPoolSize: 10,
|
||||
pollInterval: 2000,
|
||||
concurrentJobs: 3,
|
||||
taskDirectory: "/opt/bridge-worker/apps/bridge-worker/build/main/tasks",
|
||||
fileExtensions: [".js", ".cjs", ".mjs"],
|
||||
},
|
||||
};
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.5",
|
||||
"@types/node": "^20.12.11",
|
||||
"@types/node": "^20.12.12",
|
||||
"@types/react": "18.3.2",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"babel-loader": "^9.1.3",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.5",
|
||||
"@types/node": "^20.12.11",
|
||||
"@types/node": "^20.12.12",
|
||||
"@types/react": "18.3.2",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"babel-loader": "^9.1.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue