Absorb remainder of element-modules into monorepo

This commit is contained in:
Michael Telatynski
2026-06-08 10:32:12 +01:00
112 changed files with 4569 additions and 8 deletions
+3
View File
@@ -57,6 +57,9 @@ export default {
],
ignoreBinaries: ["scripts/in-docker.sh"],
},
"modules/*": {
entry: "src/index.ts{x,}",
},
".": {
entry: ["scripts/**", "docs/**"],
},