Files
picoforge/deno.json
T
Suyog Tandel 458710579a feat: Fido2 pin configuration and device info for pico-key
- Added more infomration about the pico-key on the home page.
- Added config option to change the pin of the pico-fido key.
- Improved the UI of Home and Confifuration.
2026-01-10 00:50:45 +05:30

22 lines
312 B
JSON

{
"unstable": ["fmt-component"],
"fmt": {
"useTabs": false,
"indentWidth": 2,
"lineWidth": 140,
"include": ["src"],
"exclude": [
"src/app.html",
"src/app.css",
"src/lib/components/ui",
"src/lib/utils.ts",
"src/lib/hooks/is-mobile.svelte.ts"
]
}
}