this repo has no description
0
fork

Configure Feed

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

varlock

+2 -3
+2 -3
package.json
··· 3 3 "private": true, 4 4 "type": "module", 5 5 "scripts": { 6 - "dev": "vp dev", 7 - "build": "vp build", 8 - "start": "node .output/server/index.mjs", 6 + "dev": "varlock run -- vp dev", 7 + "build": "varlock run -- vp build", 9 8 "prepare": "vp config", 10 9 "knip": "knip", 11 10 "db:restore": "node src/data/seed.ts",