tamabahan

This commit is contained in:
bipproduction
2025-11-17 14:00:59 +08:00
parent d380da75d4
commit e2fb8d3826
10 changed files with 768 additions and 140 deletions

3
bin/publish.ts Normal file
View File

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