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.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
node_modules/
|
||||
coverage/
|
||||
dist/
|
||||
data/
|
||||
.env
|
||||
.env.*
|
||||
|
||||
Reference in New Issue
Block a user