Skip to content

Commit

Permalink
feat(worker): added golem worker support for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Nov 2, 2023
1 parent ef6d98a commit 6064eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"external-request": "ts-node ./external-request/request.ts",
"ssh": "ts-node ./ssh/ssh.ts",
"tag": "ts-node ./simple-usage/tag.ts",
"webworker-node": "node ./webworker/app.mjs",
"web": "node ./web/app.mjs",
"server": "ts-node ./express/server.ts",
"lint:ts": "tsc --project tsconfig.json --noEmit"
Expand Down

0 comments on commit 6064eca

Please sign in to comment.