Port to TypeScript/Elysia
This commit is contained in:
parent
29739d243f
commit
513335c485
17 changed files with 413 additions and 2603 deletions
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue