Port to TypeScript/Elysia

This commit is contained in:
sepia 2025-07-28 13:39:01 -05:00
parent 29739d243f
commit 513335c485
17 changed files with 413 additions and 2603 deletions

31
.gitignore vendored Normal file
View file

@ -0,0 +1,31 @@
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# build outputs
package-lock.json
dist/
target/
# common artifact extensions
**/*.trace
**/*.zip
**/*.tar.gz
**/*.tgz
**/*.log
**/*.bun