We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.node-version
.nvmrc
1 parent 4f4bc1c commit ff63e33Copy full SHA for ff63e33
.gitignore
@@ -45,3 +45,4 @@ file-tree-sprite.svg
45
46
# output
47
.vercel
48
+.nvmrc
.node-version
@@ -0,0 +1 @@
1
+24
package.json
@@ -142,7 +142,7 @@
142
"vue-tsc": "3.2.4"
143
},
144
"engines": {
145
- "node": ">=24"
+ "node": "24"
146
147
"simple-git-hooks": {
148
"pre-commit": "npx lint-staged"
0 commit comments