diff options
-rw-r--r-- | packages/bun-framework-next/index.js | 1 | ||||
-rw-r--r-- | packages/bun-framework-next/package.json | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/packages/bun-framework-next/index.js b/packages/bun-framework-next/index.js new file mode 100644 index 000000000..bbf5800ce --- /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 4b7b81459..87cf60815 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", |