mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add main/module to bun-framework-next
This commit is contained in:
1
packages/bun-framework-next/index.js
Normal file
1
packages/bun-framework-next/index.js
Normal file
@@ -0,0 +1 @@
|
||||
// Keep this file here so that main resolves correctly
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user