diff --git a/packages/bun-framework-next/index.js b/packages/bun-framework-next/index.js new file mode 100644 index 0000000000..bbf5800ceb --- /dev/null +++ b/packages/bun-framework-next/index.js @@ -0,0 +1 @@ +// Keep this file here so that main resolves correctly diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index 4b7b814596..87cf608150 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -1,6 +1,8 @@ { "name": "bun-framework-next", "version": "12.0.3", + "main": "index.js", + "module": "index.js", "description": "Bun compatibility layer for Next.js v12.0.x", "framework": { "displayName": "Next.js",