feat: initial fetcher implementation
This commit is contained in:
@@ -4,5 +4,5 @@ await esbuild.build({
|
||||
entryPoints: ["src/index.ts"],
|
||||
outfile: "dist/runtime.js",
|
||||
bundle: true,
|
||||
minify: true,
|
||||
// minify: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user