Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit fe769c7

Browse files
aussieboiMarko Boskovic
andauthored
fix: include .d.mts file for bundler compatibility (#786)
Co-authored-by: Marko Boskovic <[email protected]>
1 parent 5acd3fb commit fe769c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"module.js"
3535
],
3636
"scripts": {
37-
"build": "siroc build",
37+
"build": "siroc build && cp dist/runtime/index.d.ts dist/runtime/index.d.mts",
3838
"clean:fixture": "rimraf test/fixture/dist/ test/fixture/.nuxt",
3939
"dev": "nuxt dev test/fixture",
4040
"fixture:generate": "yarn fixture:generate:export && yarn http-server -s -p 5000 test/fixture/dist",

0 commit comments

Comments
 (0)