Files
webshare-api/.gitignore
Michal Pemcak 0dd548339c Add esbuild production bundle and multi-stage slim Docker image.
Bundle server (and mcp entry) into a single JS file with deps inlined, minify UI into one HTML, and ship only dist/ in the runtime image.
2026-08-07 11:09:02 +02:00

11 lines
96 B
Plaintext

node_modules/
coverage/
dist/
data/
.env
.env.*
!.env.example
.queue-state.json
*.log
.DS_Store