Restructure files

This commit is contained in:
Endeavorance 2025-06-07 13:13:18 -04:00
parent 459f144bef
commit 0dbba6f238
8 changed files with 375 additions and 319 deletions

View file

@ -4,6 +4,10 @@
"type": "module",
"private": true,
"version": "0.3.1",
"scripts": {
"build": ".run/build",
"fmt": "bunx --bun biome check --fix"
},
"devDependencies": {
"@types/bun": "latest"
},