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:
parent
a98b765b4b
commit
66d328e442
5 changed files with 44 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -135,6 +135,9 @@ dist
|
|||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Vscode files
|
||||
.vscode
|
||||
|
||||
# Data
|
||||
data/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue