A Quartz repository to hold my creative writing writing.by.keea.dog
0
fork

Configure Feed

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

add engines field

+7
+1
.npmrc
··· 1 + engine-strict=true
+3
package-lock.json
··· 80 80 "prettier": "^3.0.0", 81 81 "tsx": "^3.12.7", 82 82 "typescript": "^5.0.4" 83 + }, 84 + "engines": { 85 + "node": ">=18.14" 83 86 } 84 87 }, 85 88 "node_modules/@clack/core": {
+3
package.json
··· 17 17 "test": "tsx ./quartz/util/path.test.ts", 18 18 "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1" 19 19 }, 20 + "engines": { 21 + "node": ">=18.14" 22 + }, 20 23 "keywords": [ 21 24 "site generator", 22 25 "ssg",