This commit is contained in:
2026-01-13 01:16:05 +08:00
commit bf88cfab5c
9 changed files with 670 additions and 0 deletions

4
plugin/build.ts Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bun
import { $ } from "bun";
await $`bun build src/index.ts --outdir dist --target bun`;