use node-fetch to post notes for a better debug

This commit is contained in:
2024-07-27 22:28:21 +01:00
parent 60d002677b
commit b5ac42e6e3
3 changed files with 64 additions and 58 deletions

View File

@@ -41,6 +41,7 @@ const ctx = await esbuild.context({
"@codemirror/view",
...builtins,
],
platform: "node",
format: "cjs",
target: "es2016",
logLevel: "info",