Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -2,6 +2,9 @@ | ... | @@ -2,6 +2,9 @@ |
| 2 | "name": "tjws", | 2 | "name": "tjws", |
| 3 | "description": "项目, 编译上传直接执行publish, 不需要其他额外操作。", | 3 | "description": "项目, 编译上传直接执行publish, 不需要其他额外操作。", |
| 4 | "version": "1.0.0", | 4 | "version": "1.0.0", |
| 5 | + "engines": { | ||
| 6 | + "node": "18.13.x" | ||
| 7 | + }, | ||
| 5 | "scripts": { | 8 | "scripts": { |
| 6 | "dev": "vite", | 9 | "dev": "vite", |
| 7 | "start": "vite --host 0.0.0.0", | 10 | "start": "vite --host 0.0.0.0", | ... | ... |
-
Please register or login to post a comment