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.
1 parent 83cc006 commit a753d03Copy full SHA for a753d03
1 file changed
package.json
@@ -20,6 +20,9 @@
20
"*.mjs",
21
"dist"
22
],
23
+ "engines": {
24
+ "node": "^20.19.0 || ^22.13.0 || >=24"
25
+ },
26
"scripts": {
27
"build": "nuxt build && tsdown",
28
"dev": "nuxt dev",
0 commit comments