Fix build for automatic building

This commit is contained in:
Michel Fedde 2025-06-26 21:41:50 +02:00
parent a2511a113d
commit 917c1f1fed

View file

@ -12,7 +12,7 @@ const context = await esbuild.context({
outdir: './dist/',
platform: 'node',
target: 'node10.4',
sourcemap: isDev ? 'external' : null,
sourcemap: isDev ? 'external' : false,
loader: {
'.node': 'copy',
}