Convert back to CJS and use ncc.

This commit is contained in:
Fabio Niephaus
2025-02-12 20:42:16 +01:00
committed by Fabio Niephaus
parent f07b5bfaef
commit 0f761465f7
25 changed files with 134415 additions and 123756 deletions

View File

@@ -72,6 +72,6 @@ outputs:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node20'
main: 'dist/main.js'
post: 'dist/cleanup.js'
main: 'dist/main/index.js'
post: 'dist/cleanup/index.js'
post-if: 'success()'