Skip to content

Commit

Permalink
fix(exports): add nuxt-drizzle export
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Oct 2, 2024
1 parent 67e2b2e commit e779f37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
},
"./nuxt-drizzle": {
"types": "./dist/runtime/nuxt/drizzle.d.ts",
"import": "./dist/runtime/nuxt/drizzle.js",
"require": "./dist/runtime/nuxt/drizzle.js"
}
},
"main": "./dist/module.cjs",
Expand Down

0 comments on commit e779f37

Please sign in to comment.