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 0cf5c8f commit 881078cCopy full SHA for 881078c
package.json
@@ -31,6 +31,17 @@
31
"engines": {
32
"node": ">=20"
33
},
34
+ "devEngines": {
35
+ "runtime": {
36
+ "name": "node",
37
+ "version": "22.x",
38
+ "onFail": "error"
39
+ },
40
+ "packageManager": {
41
+ "name": "npm",
42
43
+ }
44
45
"scripts": {
46
"build": "webpack --mode=production && webpack --mode=development",
47
"copy": "npm run copy:css && npm run copy:js",
0 commit comments