tambahannya

This commit is contained in:
bipproduction
2025-11-17 13:48:42 +08:00
parent 93e5392d5d
commit ac3b983032
16 changed files with 3438 additions and 1 deletions

3
bin/publish.ts Normal file
View File

@@ -0,0 +1,3 @@
import { execSync } from "child_process";
execSync("cd dist && npm publish", { stdio: 'inherit' })