We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe2069 commit acdb6b9Copy full SHA for acdb6b9
1 file changed
tools/esbuild.js
@@ -49,6 +49,9 @@ await fs.writeFile(
49
pkg: {
50
outputPath: './dist/cli',
51
scripts: ['pino-*.js', 'thread-stream-worker.js'],
52
+ seaConfig: {
53
+ useCodeCache: true,
54
+ },
55
targets: [
56
`node${nodeVersion}-linux-x64`,
57
`node${nodeVersion}-linux-arm64`,
@@ -77,7 +80,7 @@ await fs.writeFile(
77
80
await exec([
78
81
'--sea',
79
82
'--compress',
- 'gzip', // zstd needs pkg v6.17
83
+ 'zstd',
84
// '--no-bytecode',
85
// '--public',
86
'--options',
0 commit comments