Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
前端:增加type属性值,修复前端启动“The CJS build of Vite's Node API is deprecated”告警提示
  • Loading branch information
4linuxfun committed Jan 5, 2024
commit a5c0f33a0650efc24a008e08d9ea706581c3ab1b
1 change: 1 addition & 0 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "www",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down