2026-06-06 20:12:40 +07:00
parent de84b2bf48
commit 97ac0f71f5
13682 changed files with 1125938 additions and 0 deletions
@@ -0,0 +1,3 @@
import { writeFileSync } from "fs";
writeFileSync("./dist/esm/package.json", '{"type":"module","main":"index.js"}', "utf-8");