Convert to ESM and use rollup.

This commit is contained in:
Fabio Niephaus
2025-02-10 09:05:57 +01:00
committed by Fabio Niephaus
parent ebd520e252
commit 93a3b57d30
13 changed files with 123613 additions and 134144 deletions

View File

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