lmc/sea-config.json
mitchell d98ddb3ca7 build: migrate to commonjs and add node single executable app support
- Switch module type to commonjs in package.json
- Update esbuild target to node22 and remove explicit ESM format flag
- Add `bin` script for building a native binary using `node --build-sea`
- Introduce sea-config.json with code cache enabled for faster startup
2026-06-04 02:24:53 -04:00

6 lines
119 B
JSON

{
"main": "dist/index.js",
"output": "dist/lmc",
"useCodeCache": true,
"disableExperimentalSEAWarning": true
}