feat: New database functions prepare() and exists()

feat: Create an example mod by default when initializing database
feat: Added config fields for default admin user
fix: Init database working but yet still not complete
fix: added .vscode to gitignore
This commit is contained in:
Gu://em_ 2025-03-29 20:01:57 +01:00
parent a98b765b4b
commit 66d328e442
5 changed files with 44 additions and 8 deletions

3
.gitignore vendored
View file

@ -135,6 +135,9 @@ dist
.yarn/install-state.gz
.pnp.*
# Vscode files
.vscode
# Data
data/*