pkg
- vercel/pkg
- Node.js -> exec
- 主要用于容器环境
- 会下载添加 nodejs runtime
- vercel/pkg-fetch
- 下载 runtime
# PKG_CACHE_PATH=$HOME/.pkg-cache
pkg -t node16-macos-x64 dist/servers/index.js
pkg -t node16-alpine-x64 src/server.ts
# PKG_CACHE_PATH=$HOME/.pkg-cache
pkg -t node16-macos-x64 dist/servers/index.js
pkg -t node16-alpine-x64 src/server.ts