feat(protocol): publish package

This commit is contained in:
Dax Raad 2026-07-01 13:53:09 -04:00
commit 98c09884bf
32 changed files with 231 additions and 65 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bun
import { $ } from "bun"
import { fileURLToPath } from "node:url"
process.chdir(fileURLToPath(new URL("..", import.meta.url)))
await $`rm -rf dist`
await $`bun tsc -p tsconfig.build.json`