mirror of
https://github.com/sern-handler/handler
synced 2026-06-24 08:42:17 +00:00
revert: multiple entry points
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"version": "2.6.1",
|
||||
"description": "A complete, customizable, typesafe, & reactive framework for discord bots.",
|
||||
"main": "./dist/esm/index.mjs",
|
||||
"module": "./dist/cjs/index.cjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/esm/index.mjs",
|
||||
|
||||
@@ -50,4 +50,5 @@ export default defineConfig([
|
||||
},
|
||||
...shared,
|
||||
},
|
||||
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user