This commit is contained in:
Dax Raad 2025-07-23 22:57:21 -04:00
commit b7447dc2d2
128 changed files with 457 additions and 83 deletions

1
packages/plugin/dist/index.d.ts vendored Normal file
View file

@ -0,0 +1 @@
export * from "./plugin.js";

1
packages/plugin/dist/index.js vendored Normal file
View file

@ -0,0 +1 @@
export * from "./plugin.js";

2
packages/plugin/dist/plugin.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
export interface Plugin {
}

1
packages/plugin/dist/plugin.js vendored Normal file
View file

@ -0,0 +1 @@
export {};

View file

@ -0,0 +1 @@
export * from "./plugin"