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
··· 46 46 "engines": { 47 47 "node": ">=22 <=24" 48 48 }, 49 + "devEngines": { 50 + "runtime": { 51 + "name": "node" 52 + }, 53 + "packageManager": { 54 + "name": "npm", 55 + "version": ">=11.10.0" 56 + } 57 + }, 49 58 "os": [ 50 59 "darwin" 51 60 ]