refactor: move render logic to it's own module; add build script
This commit is contained in:
parent
ab648271c2
commit
cfc494ba53
3 changed files with 76 additions and 65 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue