mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-08 23:43:55 +05:00
BROKE/API_PROX: Start from scratch, add hello world with HonoJS
This commit is contained in:
parent
7cc36688e4
commit
033b7fdea5
22 changed files with 351 additions and 3739 deletions
35
api-prox/.gitignore
vendored
Normal file
35
api-prox/.gitignore
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
# prod
|
||||
dist/
|
||||
|
||||
# dev
|
||||
.yarn/
|
||||
!.yarn/releases
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
!.vscode/*.code-snippets
|
||||
.idea/workspace.xml
|
||||
.idea/usage.statistics.xml
|
||||
.idea/shelf
|
||||
|
||||
# deps
|
||||
node_modules/
|
||||
.wrangler
|
||||
|
||||
# env
|
||||
.env
|
||||
.env.production
|
||||
.dev.vars
|
||||
|
||||
# logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.vercel
|
||||
.wrangler
|
Loading…
Add table
Add a link
Reference in a new issue