add new submodule, update script

This commit is contained in:
Badtz 2025-05-08 15:15:21 -07:00
parent af002cd902
commit c7389bc8c8
6 changed files with 14 additions and 11 deletions

View file

@ -13,7 +13,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"types": "bash ./util/generate-lexicons.sh"
"types": "bash ./generate-lexicons.sh"
},
"devDependencies": {
"@atcute/client": "^2.0.9",