Skip to content

Commit

Permalink
chnage uniapp.js to uniapp.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Oct 27, 2024
1 parent 0535f23 commit 70570c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"type-check": "vue-tsc --noEmit",
"uniapp": "node ../bin/uniapp.js"
"uniapp": "node ../bin/uniapp.mjs"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4020920240930001",
Expand Down

0 comments on commit 70570c5

Please sign in to comment.