chore: npm run gen:types

This commit is contained in:
2025-06-03 20:03:22 +01:00
parent 8cda560ba8
commit 8b09523b21
4 changed files with 197 additions and 187 deletions

View File

@@ -27,6 +27,7 @@
- `npm run lint` will style-check the codebase.
- `npm run format` will auto-format the codebase.
- Note that if you're using VSCode with all the suggested extensions, VSCode should be formatting all your files on save.
- `npm run gen:types` will generate the types for the database.
### What's where?