this repo has no description
0
fork

Configure Feed

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

fix

+4 -1
+4 -1
vite.config.ts
··· 16 16 fmt: { 17 17 ignorePatterns: ["src/routeTree.gen.ts"], 18 18 }, 19 - lint: { options: { typeAware: true, typeCheck: true } }, 19 + lint: { 20 + ignorePatterns: [".agents/skills/**"], 21 + options: { typeAware: true, typeCheck: true }, 22 + }, 20 23 server: { 21 24 port: 3000, 22 25 },