mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 08:02:38 +00:00
fix(cli): Add esbuild loader for .node files for codebase
This commit is contained in:
@@ -166,6 +166,9 @@ export async function handleFile(
|
||||
platform: "node",
|
||||
packages: "bundle",
|
||||
target: "node20.15.1",
|
||||
loader: {
|
||||
".node": "file",
|
||||
},
|
||||
});
|
||||
bundleContent = out.outputFiles[0].text;
|
||||
if (Array.isArray(codebase.assets) && codebase.assets.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user