build: use esbuild

This commit is contained in:
Michael Kriese 2024-11-08 16:10:51 +01:00
parent d16f12d19b
commit 7aa0719b3d
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
9 changed files with 288 additions and 144 deletions

3
tools/package.json Normal file
View file

@ -0,0 +1,3 @@
{
"type": "module"
}