refactor: move render logic to it's own module; add build script

This commit is contained in:
mitchell 2026-04-15 15:51:08 -04:00
parent ab648271c2
commit cfc494ba53
3 changed files with 76 additions and 65 deletions

View file

@ -4,7 +4,8 @@
"type": "module",
"private": true,
"scripts": {
"check": "bunx --bun @biomejs/biome check --write"
"check": "bunx --bun @biomejs/biome check --write",
"build": "bun build --compile --outfile=out/aicl ./index.ts"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",