Add main/module to bun-framework-next

This commit is contained in:
Jarred Sumner
2021-11-07 15:54:20 -08:00
parent fc03ed2969
commit a7eb5397a4
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
// Keep this file here so that main resolves correctly

View File

@@ -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",