perf: codex-sandbox check (#6851)
* perf: codex-sandbox check * perf: codex sandbox * fix: build * add log in httperror * perf: sandbox * package version
Showing
This diff is collapsed.
Click to expand it.
| { | ||
| "name": "@fastgpt/app", | ||
| "version": "4.14.16", | ||
| "version": "4.15.0", | ||
| "private": false, | ||
| "scripts": { | ||
| "dev": "pnpm run build:workers && next dev", | ||
| ... | ... |
| { | ||
| "name": "@fastgpt/code-sandbox", | ||
| "version": "5.0.0", | ||
| "description": "FastGPT Code Sandbox - Bun + Hono + 统一子进程模型", | ||
| "description": "FastGPT Code Sandbox - Node + Hono + 统一子进程模型", | ||
| "author": "", | ||
| "private": true, | ||
| "license": "UNLICENSED", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "bun run --watch src/index.ts", | ||
| "start": "bun run src/index.ts", | ||
| "dev": "tsx watch src/index.ts", | ||
| "start": "node dist/index.js", | ||
| "build": "sh build.sh", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest" | ||
| ... | ... | @@ -17,8 +18,11 @@ |
| "pnpm": "10.x" | ||
| }, | ||
| "dependencies": { | ||
| "@fastgpt-sdk/logger": "workspace:*", | ||
| "@fastgpt/service": "workspace:*", | ||
| "@fastgpt-sdk/logger": "^0.1.2", | ||
| "@hono/node-server": "^1.13.7", | ||
| "ipaddr.js": "^2.3.0", | ||
| "acorn": "^8.15.0", | ||
| "acorn-walk": "^8.3.4", | ||
| "axios": "catalog:", | ||
| "crypto-js": "^4.2.0", | ||
| "dayjs": "catalog:", | ||
| ... | ... | @@ -32,10 +36,11 @@ |
| "zod": "catalog:" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/bun": "^1.2.4", | ||
| "@types/node": "catalog:", | ||
| "tsdown": "catalog:", | ||
| "tsx": "catalog:", | ||
| "typescript": "catalog:", | ||
| "vitest": "catalog:", | ||
| "@vitest/coverage-v8": "catalog:", | ||
| "typescript": "catalog:" | ||
| "@vitest/coverage-v8": "catalog:" | ||
| } | ||
| } |
projects/code-sandbox/runtime.package.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/code-sandbox/tsdown.config.ts
0 → 100644
Please
register
or
sign in
to comment