Loading packages/elysia/package.json +7 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ "repository": { "type": "git", "url": "git+https://github.com/fedify-dev/fedify.git", "directory": "elysia" "directory": "packages/elysia" }, "license": "MIT", "bugs": { Loading Loading @@ -42,13 +42,17 @@ "package.json" ], "scripts": { "dev": "bun run --watch example.ts" "build": "tsdown", "dev": "bun run --watch example.ts", "prepack": "tsdown" }, "peerDependencies": { "elysia": "catalog:", "@fedify/fedify": "workspace:*" }, "devDependencies": { "bun-types": "^1.2.19" "bun-types": "^1.2.19", "tsdown": "catalog:", "typescript": "catalog:" } } packages/elysia/tsdown.config.ts 0 → 100644 +8 −0 Original line number Diff line number Diff line import { defineConfig } from "tsdown"; export default defineConfig({ entry: ["./src/index.ts"], dts: true, platform: "neutral", external: [/^node:/, "elysia", "@fedify/fedify"], }); Loading
packages/elysia/package.json +7 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ "repository": { "type": "git", "url": "git+https://github.com/fedify-dev/fedify.git", "directory": "elysia" "directory": "packages/elysia" }, "license": "MIT", "bugs": { Loading Loading @@ -42,13 +42,17 @@ "package.json" ], "scripts": { "dev": "bun run --watch example.ts" "build": "tsdown", "dev": "bun run --watch example.ts", "prepack": "tsdown" }, "peerDependencies": { "elysia": "catalog:", "@fedify/fedify": "workspace:*" }, "devDependencies": { "bun-types": "^1.2.19" "bun-types": "^1.2.19", "tsdown": "catalog:", "typescript": "catalog:" } }
packages/elysia/tsdown.config.ts 0 → 100644 +8 −0 Original line number Diff line number Diff line import { defineConfig } from "tsdown"; export default defineConfig({ entry: ["./src/index.ts"], dts: true, platform: "neutral", external: [/^node:/, "elysia", "@fedify/fedify"], });