A CLI for scaffolding ATProto web applications
2
fork

Configure Feed

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

ignore templates directory when formatting

+1 -1
+1 -1
.oxfmtrc.json
··· 1 1 { 2 2 "$schema": "./node_modules/oxfmt/configuration_schema.json", 3 - "ignorePatterns": ["dist/*", "src/templates/*"], 3 + "ignorePatterns": ["dist/*", "templates/**"], 4 4 "experimentalSortImports": { 5 5 "order": "asc" 6 6 },