fix: switch back to package.json as it's necessary for GH actions (#101)

(cherry picked from commit ee64dd3200)
This commit is contained in:
David Sherret
2025-05-14 18:33:36 -04:00
committed by Leo Kettmeir
parent 609c005598
commit 8273ddd773
11 changed files with 222 additions and 219 deletions

View File

@@ -23,4 +23,5 @@ await build({
target: "node20.19",
platform: "node",
format: "esm",
fixedExtension: true,
});