convert bridge to ESM

This commit is contained in:
Nystik
2026-06-06 19:28:17 +02:00
parent 04be97e48c
commit a51b2d3ffa
16 changed files with 43 additions and 45 deletions

View File

@@ -2,5 +2,6 @@
"name": "@ignis/bridge",
"version": "0.0.0-internal",
"private": true,
"type": "module",
"main": "src/main.js"
}