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

This commit is contained in:
David Sherret
2025-05-14 18:33:36 -04:00
committed by GitHub
parent 3169cf993b
commit ee64dd3200
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,
});