We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26973a1 + c373a92 commit d2e5dd1Copy full SHA for d2e5dd1
1 file changed
package.json
@@ -17,7 +17,8 @@
17
"./lib/server/*": {
18
"import": "./esm/server/*.mjs",
19
"require": "./lib/server/*.js"
20
- }
+ },
21
+ "./package.json": "./package.json"
22
},
23
"scripts": {
24
"build": "run-s build:*",
0 commit comments