the statusphere demo reworked into a vite/react app in a monorepo

Lengthen status

+2 -2
+1 -1
lexicons/status.json
··· 13 13 "type": "string", 14 14 "minLength": 1, 15 15 "maxGraphemes": 1, 16 - "maxLength": 10 16 + "maxLength": 32 17 17 }, 18 18 "updatedAt": { "type": "string", "format": "datetime" } 19 19 }
+1 -1
src/lexicon/lexicons.ts
··· 19 19 type: 'string', 20 20 minLength: 1, 21 21 maxGraphemes: 1, 22 - maxLength: 10, 22 + maxLength: 32, 23 23 }, 24 24 updatedAt: { 25 25 type: 'string',