diff options
-rw-r--r-- | packages/bun-plugin-server-components/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-plugin-server-components/index.ts b/packages/bun-plugin-server-components/index.ts index 6c9dca94f..67d98eb76 100644 --- a/packages/bun-plugin-server-components/index.ts +++ b/packages/bun-plugin-server-components/index.ts @@ -2,7 +2,7 @@ import { BunPlugin, BuildConfig } from "bun"; function Plugin(config: { client?: BuildConfig; ssr?: BuildConfig }): BunPlugin { return { - name: "bun-plugin-yaml", + name: "bun-plugin-server-components", SECRET_SERVER_COMPONENTS_INTERNALS: config, } as any; } |