Files
plainpages/plugin-api/index.ts
T
lilleman fee4fe632b
CI / full-gate (push) Successful in 2m53s
Let a plugin carry its own package.json and npm dependencies
2026-08-17 22:23:53 +02:00

3 lines
151 B
TypeScript

// Re-export rather than the surface itself: a package's `exports` target may not escape its folder.
export * from "../src/plugin-host/plugin-api.ts";