Loading packages/next/package.json +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ "https://opencollective.com/fedify", "https://github.com/sponsors/dahlia" ], "type": "module", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", Loading packages/next/tsdown.config.ts +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ export default defineConfig({ entry: ["src/index.ts"], dts: true, platform: "node", format: ["commonjs", "esm"], format: ["esm"], }); Loading
packages/next/package.json +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ "https://opencollective.com/fedify", "https://github.com/sponsors/dahlia" ], "type": "module", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", Loading
packages/next/tsdown.config.ts +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ export default defineConfig({ entry: ["src/index.ts"], dts: true, platform: "node", format: ["commonjs", "esm"], format: ["esm"], });