feat: Add new User page

This commit is contained in:
Jesse Wierzbinski 2024-07-22 15:22:18 +02:00
parent e53dc0d9ff
commit bfa63e26a8
No known key found for this signature in database
6 changed files with 89 additions and 3 deletions

View file

@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"typecheck": "tsc -p .",
"lint": "bunx @biomejs/biome check ."
"lint": "bunx @biomejs/biome check .",
"uuid": "bun --print 'crypto.randomUUID()'"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {