working poc

This commit is contained in:
2025-11-28 14:16:54 -05:00
parent 7b6b278e90
commit 0494115007
5 changed files with 2869 additions and 4 deletions

View File

@@ -3,6 +3,9 @@
"module": "src/index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "bun --watch src/index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},