Skip to content

Commit 0d07199

Browse files
fix: missing lib/utils/config
closes #559
1 parent 1b75f8b commit 0d07199

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
},
3232
"./runtime/*": "./runtime/*",
3333
"./plugins/*": "./plugins/*",
34-
"./hmr": "./hmr.js"
34+
"./hmr": "./hmr.js",
35+
"./lib/utils/config": "./lib/utils/config.js"
36+
3537
},
3638
"dependencies": {
3739
"@roxi/ssr": "^0.2.1",

0 commit comments

Comments
 (0)