fix: volumn manager (#6971)
Showing
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| "hono": "^4.12.18", | "hono": "^4.12.18", | ||
| "lodash": "catalog:", | "lodash": "catalog:", | ||
| "moment": "^2.30.1", | "moment": "^2.30.1", | ||
| "qs": "^6.13.1", | "qs": "^6.15.2", | ||
| "tiktoken": "1.0.17", | "tiktoken": "1.0.17", | ||
| "uuid": "^9.0.1", | "uuid": "^9.0.1", | ||
| "zod": "catalog:" | "zod": "catalog:" | ||
| ... | ... |
projects/volume-manager/build.sh
0 → 100755
projects/volume-manager/bun.lock
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
| ... | @@ -4,17 +4,26 @@ | ... | @@ -4,17 +4,26 @@ |
| "private": true, | "private": true, | ||
| "type": "module", | "type": "module", | ||
| "scripts": { | "scripts": { | ||
| "dev": "bun --watch src/index.ts", | "dev": "tsx watch src/index.ts", | ||
| "build": "bun build src/index.ts --outdir dist --target bun", | "build": "sh build.sh", | ||
| "start": "bun dist/index.js", | "start": "node dist/index.js", | ||
| "test": "vitest --run" | "test": "vitest run" | ||
| }, | |||
| "engines": { | |||
| "node": ">=20.19.0", | |||
| "pnpm": "10.x" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "hono": "^4.6.0", | "@hono/node-server": "^1.13.7", | ||
| "hono": "^4.12.18", | |||
| "undici": "^7.25.0", | |||
| "zod": "catalog:" | "zod": "catalog:" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/bun": "latest", | "@types/node": "catalog:", | ||
| "tsdown": "catalog:", | |||
| "tsx": "catalog:", | |||
| "typescript": "catalog:", | |||
| "vitest": "catalog:" | "vitest": "catalog:" | ||
| } | } | ||
| } | } |
projects/volume-manager/tsdown.config.ts
0 → 100644
Please
register
or
sign in
to comment