Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Dec 18, 2024
1 parent 6eeaa74 commit 09a923f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/autobuild/js/tangram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const node = tg.target(async (arg: Arg) => {
export default node;

export const plain = tg.target(async (arg: Arg) => {
// FIXME - env!
const { source } = arg;
const toolchain = await nodejs.toolchain();
const interpreter = await toolchain.get("bin/node").then(tg.File.expect);
Expand Down

0 comments on commit 09a923f

Please sign in to comment.