Commit fb06e087 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Add tsdown.config.ts to @fedify/nextjs

parent 5f368f59
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
import { defineConfig } from "tsdown";

export default defineConfig({
  entry: ["src/index.ts"],
  dts: true,
  platform: "node",
  format: ["commonjs", "esm"],
});