Openstatus www.openstatus.dev

๐Ÿš‘ fix devbox bug with biome

+2 -1
+2 -1
biome.jsonc
··· 3 3 "files": { 4 4 "ignore": [ 5 5 "packages/ui/src/components/*.tsx", 6 - "packages/ui/src/components/*.ts" 6 + "packages/ui/src/components/*.ts", 7 + ".devbox" 7 8 ] 8 9 }, 9 10 "linter": {