diff --git a/.well-known/funding-manifest-urls b/.well-known/funding-manifest-urls new file mode 100644 index 00000000..0a65a9f4 --- /dev/null +++ b/.well-known/funding-manifest-urls @@ -0,0 +1 @@ +https://sr229.github.io/.well-known/funding.json \ No newline at end of file diff --git a/tsup.config.ts b/tsup.config.ts deleted file mode 100644 index f527746f..00000000 --- a/tsup.config.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { defineConfig } from "tsup"; - -export default defineConfig({ - entry: ["lib/sagiri.ts"], - format: ["cjs", "esm"], // Build for commonJS and ESmodules - dts: true, // Generate declaration file (.d.ts) - splitting: false, - sourcemap: true, - clean: true, -});