Migrations and initial data stuff

This commit is contained in:
Gregory Schier
2023-02-25 16:39:18 -08:00
parent b8bb9f43e3
commit e4a257b807
16 changed files with 1079 additions and 128 deletions

View File

@@ -34,7 +34,8 @@
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0"
"react-helmet-async": "^1.3.0",
"react-query": "^3.39.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",