Files
punktfunk-plugin-rom-manager/.gitea/workflows
enricobuehler e78df91925
CI / publish (push) Successful in 1m52s
CI / build (push) Successful in 29s
ci: fix the PluginDef sanity check (default import, not p.default)
The check imported the default export as `p` and then read `p.default` —
a double-default that is always undefined for a module using
`export default plugin`, so the build job failed on every push (publish
skipped) and v0.2.x never actually published through CI. Read the default
import directly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 23:38:20 +02:00
..