From ed0df3184a82b2834cd97e930343f0b16ec60c93 Mon Sep 17 00:00:00 2001 From: Boki Date: Wed, 18 Jun 2025 22:49:57 -0400 Subject: [PATCH] removed turbo files --- .gitignore | 1 + apps/data-service/turbo.json | 28 ---------------------------- apps/data-sync-service/turbo.json | 3 --- apps/web-api/turbo.json | 13 ------------- apps/web-app/turbo.json | 20 -------------------- bun.lock | 3 --- libs/browser/turbo.json | 19 ------------------- libs/cache/turbo.json | 19 ------------------- libs/config/turbo.json | 19 ------------------- libs/data-frame/turbo.json | 19 ------------------- libs/event-bus/turbo.json | 19 ------------------- libs/http/turbo.json | 19 ------------------- libs/logger/turbo.json | 19 ------------------- libs/mongodb-client/turbo.json | 19 ------------------- libs/postgres-client/turbo.json | 19 ------------------- libs/proxy/turbo.json | 19 ------------------- libs/questdb-client/turbo.json | 19 ------------------- libs/queue/turbo.json | 19 ------------------- libs/shutdown/turbo.json | 19 ------------------- libs/strategy-engine/turbo.json | 25 ------------------------- libs/types/turbo.json | 19 ------------------- libs/utils/turbo.json | 19 ------------------- libs/vector-engine/turbo.json | 23 ----------------------- 23 files changed, 1 insertion(+), 400 deletions(-) delete mode 100644 apps/data-service/turbo.json delete mode 100644 apps/data-sync-service/turbo.json delete mode 100644 apps/web-api/turbo.json delete mode 100644 apps/web-app/turbo.json delete mode 100644 libs/browser/turbo.json delete mode 100644 libs/cache/turbo.json delete mode 100644 libs/config/turbo.json delete mode 100644 libs/data-frame/turbo.json delete mode 100644 libs/event-bus/turbo.json delete mode 100644 libs/http/turbo.json delete mode 100644 libs/logger/turbo.json delete mode 100644 libs/mongodb-client/turbo.json delete mode 100644 libs/postgres-client/turbo.json delete mode 100644 libs/proxy/turbo.json delete mode 100644 libs/questdb-client/turbo.json delete mode 100644 libs/queue/turbo.json delete mode 100644 libs/shutdown/turbo.json delete mode 100644 libs/strategy-engine/turbo.json delete mode 100644 libs/types/turbo.json delete mode 100644 libs/utils/turbo.json delete mode 100644 libs/vector-engine/turbo.json diff --git a/.gitignore b/.gitignore index 60fc550..e79e5c5 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ Thumbs.db # Turbo .turbo +*.tsbuildinfo diff --git a/apps/data-service/turbo.json b/apps/data-service/turbo.json deleted file mode 100644 index 79e1480..0000000 --- a/apps/data-service/turbo.json +++ /dev/null @@ -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__/**" - ] - } - } -} diff --git a/apps/data-sync-service/turbo.json b/apps/data-sync-service/turbo.json deleted file mode 100644 index 3adcb89..0000000 --- a/apps/data-sync-service/turbo.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": ["//"] -} diff --git a/apps/web-api/turbo.json b/apps/web-api/turbo.json deleted file mode 100644 index d6b68e4..0000000 --- a/apps/web-api/turbo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["^build"], - "outputs": ["dist/**"] - }, - "dev": { - "cache": false, - "persistent": true - } - } -} diff --git a/apps/web-app/turbo.json b/apps/web-app/turbo.json deleted file mode 100644 index 1f3dd43..0000000 --- a/apps/web-app/turbo.json +++ /dev/null @@ -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"] - } - } -} diff --git a/bun.lock b/bun.lock index 9ab7d96..1293f0c 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,6 @@ "name": "stock-bot", "dependencies": { "@primeng/themes": "^19.1.3", - "@tanstack/angular-table": "^8.21.3", "@tanstack/table-core": "^8.21.3", "@types/pg": "^8.15.4", "bullmq": "^5.53.2", @@ -842,8 +841,6 @@ "@szmarczak/http-timer": ["@szmarczak/http-timer@5.0.1", "", { "dependencies": { "defer-to-connect": "^2.0.1" } }, "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw=="], - "@tanstack/angular-table": ["@tanstack/angular-table@8.21.3", "", { "dependencies": { "@tanstack/table-core": "8.21.3", "tslib": "^2.6.2" }, "peerDependencies": { "@angular/core": ">=17" } }, "sha512-8VqEGObnTBNJm3qQSPy+WEGqjXDLesEPSnBTEHdbHFh1rMP1pQsgI85Dwy8OX4kB82wIDvJuw4LceGIXZEbotA=="], - "@tanstack/react-table": ["@tanstack/react-table@8.21.3", "", { "dependencies": { "@tanstack/table-core": "8.21.3" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" } }, "sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww=="], "@tanstack/react-virtual": ["@tanstack/react-virtual@3.13.10", "", { "dependencies": { "@tanstack/virtual-core": "3.13.10" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-nvrzk4E9mWB4124YdJ7/yzwou7IfHxlSef6ugCFcBfRmsnsma3heciiiV97sBNxyc3VuwtZvmwXd0aB5BpucVw=="], diff --git a/libs/browser/turbo.json b/libs/browser/turbo.json deleted file mode 100644 index 9cf45c3..0000000 --- a/libs/browser/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/logger#build", "@stock-bot/http#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/cache/turbo.json b/libs/cache/turbo.json deleted file mode 100644 index 6a58ad7..0000000 --- a/libs/cache/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/logger#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/config/turbo.json b/libs/config/turbo.json deleted file mode 100644 index 6d18e62..0000000 --- a/libs/config/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": [], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/data-frame/turbo.json b/libs/data-frame/turbo.json deleted file mode 100644 index 4e58ea7..0000000 --- a/libs/data-frame/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/utils#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/event-bus/turbo.json b/libs/event-bus/turbo.json deleted file mode 100644 index 6a58ad7..0000000 --- a/libs/event-bus/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/logger#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/http/turbo.json b/libs/http/turbo.json deleted file mode 100644 index 6a58ad7..0000000 --- a/libs/http/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/logger#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/logger/turbo.json b/libs/logger/turbo.json deleted file mode 100644 index 91571de..0000000 --- a/libs/logger/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/mongodb-client/turbo.json b/libs/mongodb-client/turbo.json deleted file mode 100644 index 6a58ad7..0000000 --- a/libs/mongodb-client/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/logger#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/postgres-client/turbo.json b/libs/postgres-client/turbo.json deleted file mode 100644 index 6a58ad7..0000000 --- a/libs/postgres-client/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/logger#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/proxy/turbo.json b/libs/proxy/turbo.json deleted file mode 100644 index 6d18e62..0000000 --- a/libs/proxy/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": [], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/questdb-client/turbo.json b/libs/questdb-client/turbo.json deleted file mode 100644 index 6a58ad7..0000000 --- a/libs/questdb-client/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/logger#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/queue/turbo.json b/libs/queue/turbo.json deleted file mode 100644 index 49d5a87..0000000 --- a/libs/queue/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/cache#build", "@stock-bot/logger#build", "@stock-bot/types#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/shutdown/turbo.json b/libs/shutdown/turbo.json deleted file mode 100644 index 6a58ad7..0000000 --- a/libs/shutdown/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build", "@stock-bot/logger#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/strategy-engine/turbo.json b/libs/strategy-engine/turbo.json deleted file mode 100644 index eb0e56e..0000000 --- a/libs/strategy-engine/turbo.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": [ - "@stock-bot/types#build", - "@stock-bot/logger#build", - "@stock-bot/utils#build", - "@stock-bot/data-frame#build", - "@stock-bot/event-bus#build" - ], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/types/turbo.json b/libs/types/turbo.json deleted file mode 100644 index 6d18e62..0000000 --- a/libs/types/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": [], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/utils/turbo.json b/libs/utils/turbo.json deleted file mode 100644 index 91571de..0000000 --- a/libs/utils/turbo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": ["@stock-bot/types#build"], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -} diff --git a/libs/vector-engine/turbo.json b/libs/vector-engine/turbo.json deleted file mode 100644 index 4c85023..0000000 --- a/libs/vector-engine/turbo.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": ["//"], - "tasks": { - "build": { - "dependsOn": [ - "@stock-bot/types#build", - "@stock-bot/utils#build", - "@stock-bot/data-frame#build" - ], - "outputs": ["dist/**"], - "inputs": [ - "src/**", - "package.json", - "tsconfig.json", - "!**/*.test.ts", - "!**/*.spec.ts", - "!**/test/**", - "!**/tests/**", - "!**/__tests__/**" - ] - } - } -}