Skip to content

Commit c37cec5

Browse files
committed
feat: Remove old code used for Actor
1 parent 336b246 commit c37cec5

File tree

11 files changed

+58
-1645
lines changed

11 files changed

+58
-1645
lines changed

package-lock.json

Lines changed: 55 additions & 1221 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@
4848
"@types/turndown": "^5.0.5",
4949
"ajv": "^8.17.1",
5050
"algoliasearch": "^5.31.0",
51-
"apify": "^3.4.2",
5251
"apify-client": "^2.12.6",
5352
"cheerio": "^1.1.2",
5453
"dotenv": "^16.4.7",
55-
"express": "^4.21.2",
5654
"mcp-client-capabilities": "^0.0.5",
5755
"to-json-schema": "^0.2.5",
5856
"turndown": "^7.2.0",
@@ -66,7 +64,6 @@
6664
"@apify/tsconfig": "^0.1.0",
6765
"@arizeai/phoenix-client": "^4.2.0",
6866
"@arizeai/phoenix-evals": "^0.2.2",
69-
"@types/express": "^4.0.0",
7067
"@types/to-json-schema": "^0.2.4",
7168
"@types/yargs": "^17.0.33",
7269
"@types/yargs-parser": "^21.0.3",
@@ -79,10 +76,6 @@
7976
"vitest": "^3.0.8"
8077
},
8178
"scripts": {
82-
"start": "npm run start:dev",
83-
"start:prod": "node dist/main.js",
84-
"start:dev": "tsx src/main.ts",
85-
"start:standby": "APIFY_META_ORIGIN=STANDBY npm run start",
8679
"lint": "eslint .",
8780
"lint:fix": "eslint . --fix",
8881
"build": "tsc -b src",

src/actor/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/actor/const.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/actor/server.ts

Lines changed: 0 additions & 272 deletions
This file was deleted.

src/actor/types.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/actor/utils.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/apify-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ApifyClientOptions } from 'apify';
1+
import type { ApifyClientOptions } from 'apify-client';
22
import { ApifyClient as _ApifyClient } from 'apify-client';
33
import type { AxiosRequestConfig } from 'axios';
44

0 commit comments

Comments
 (0)