bun + hono

This commit is contained in:
2024-11-20 14:45:39 +01:00
parent e7ad878fb9
commit f8d97ed19e
71 changed files with 535 additions and 14038 deletions

30
.dockerignore Normal file
View File

@@ -0,0 +1,30 @@
# Version control
.git
.gitignore
# Dependencies
node_modules
bun.lockb
# Environment variables
.env
.env.*
# Development files
*.log
.vscode
.idea
*.md
# Build artifacts
dist
build
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# System files
.DS_Store
Thumbs.db