this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add package.json.devEngines

+9
+9
package.json
··· 62 62 "engines": { 63 63 "node": ">=22 <=24" 64 64 }, 65 + "devEngines": { 66 + "runtime": { 67 + "name": "node" 68 + }, 69 + "packageManager": { 70 + "name": "npm", 71 + "version": ">=11.10.0" 72 + } 73 + }, 65 74 "os": [ 66 75 "darwin" 67 76 ]