AppView in a box as a Vite plugin thing hatk.dev
2
fork

Configure Feed

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

at main 9 lines 212 B view raw
1{ 2 "$schema": "./node_modules/oxfmt/configuration_schema.json", 3 "semi": false, 4 "singleQuote": true, 5 "trailingComma": "all", 6 "printWidth": 120, 7 "tabWidth": 2, 8 "ignorePatterns": ["docs/superpowers"] 9}