Files
caddy-proxy-manager/.dockerignore
fuomag9 b5625e5a96 feat: migrate from npm to bun and fix analytics map height
Switch package manager and runtime from Node.js/npm to Bun across
Docker, CI, and scripts. The SQLite driver remains better-sqlite3
due to Next.js Turbopack being unable to resolve bun:sqlite during
build-time page pre-rendering.

Also fix the world map not rendering in the analytics page — the
overflowX wrapper added for mobile broke the flex height chain,
collapsing the map to 0px.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 01:48:21 +01:00

52 lines
548 B
Plaintext

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Build outputs
.next
.turbo
out
dist
build
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage
# Misc
.DS_Store
*.pem
# Debug
*.log
# Local development
.git
.gitignore
README.md
.vscode
.idea
# Data directories - MUST exclude to prevent database lock errors
data/
*.db
*.db-shm
*.db-wal
# Caddy data
caddy-data/
caddy-config/
# Docker files
docker-compose.yml
docker-compose.*.yml