Remove .tsbuildinfo files

This commit is contained in:
Darren Clarke 2024-05-15 07:55:48 +02:00
parent 67a5b60ad5
commit b8ff61265b
15 changed files with 69 additions and 29 deletions

View file

@ -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"],
},
};

View file

@ -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",

View file

@ -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",