switch to docker based runners starting with nostr
This commit is contained in:
parent
3ffbfd9cd4
commit
a1c3231081
8 changed files with 367 additions and 573 deletions
9
build.mjs
Normal file
9
build.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import * as esbuild from "esbuild";
|
||||
|
||||
await esbuild.build({
|
||||
entryPoints: ["src/nostr.ts"],
|
||||
bundle: true,
|
||||
outfile: "dist/nostr.js",
|
||||
platform: "node",
|
||||
target: "node22",
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue