feat: impl dir content table sorting

This commit is contained in:
2025-12-21 01:48:25 +00:00
parent 68f9b84da3
commit 823da927c0
8 changed files with 326 additions and 229 deletions

View File

@@ -7,7 +7,9 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "biome format --write"
"format": "bunx biome format --write",
"lint": "bunx biome lint",
"typecheck": "bunx tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@convex-dev/better-auth": "^0.8.9",