removed turbo files

This commit is contained in:
Boki 2025-06-18 22:49:57 -04:00
parent 0db5a691cb
commit ed0df3184a
23 changed files with 1 additions and 400 deletions

View file

@ -1,28 +0,0 @@
{
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": [
"@stock-bot/config#build",
"@stock-bot/logger#build",
"@stock-bot/cache#build",
"@stock-bot/queue#build",
"@stock-bot/mongodb-client#build",
"@stock-bot/postgres-client#build",
"@stock-bot/questdb-client#build",
"@stock-bot/shutdown#build"
],
"outputs": ["dist/**"],
"inputs": [
"src/**",
"package.json",
"tsconfig.json",
"!**/*.test.ts",
"!**/*.spec.ts",
"!**/test/**",
"!**/tests/**",
"!**/__tests__/**"
]
}
}
}

View file

@ -1,3 +0,0 @@
{
"extends": ["//"]
}

View file

@ -1,13 +0,0 @@
{
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}

View file

@ -1,20 +0,0 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"lint": {
"dependsOn": ["^lint"]
},
"type-check": {
"dependsOn": ["^type-check"]
}
}
}