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

@ -86,6 +86,6 @@
"globals": ["Bun"]
},
"files": {
"ignore": ["node_modules", ".next", ".output"]
"ignore": ["node_modules", ".next", ".output", "out"]
}
}