refactor: convert action to TS and bundle code (#95)

This commit is contained in:
Christian Svensson
2025-05-12 18:14:45 +02:00
committed by GitHub
parent 27e0043eff
commit 95bbb87724
737 changed files with 39115 additions and 132946 deletions

View File

@@ -20,4 +20,4 @@ outputs:
description: "The release channel of the installed version."
runs:
using: "node20"
main: "main.mjs"
main: "dist/main.mjs"