adds user accounts, service requests, dashboard, admin panel, better layout, db+altcha+auth support
This commit is contained in:
parent
dfbc3cade9
commit
0043a5bf3c
40 changed files with 3981 additions and 188 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -32,6 +32,7 @@ yarn-error.log*
|
|||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
@ -46,3 +47,6 @@ bun.lock*
|
|||
# docker
|
||||
docker-compose.yml
|
||||
!examples/docker-compose.yml
|
||||
|
||||
# db
|
||||
postgres/
|
Loading…
Add table
Add a link
Reference in a new issue