fix: remove deprecated lifecycle and consolidate startup actions (#3311)

* remove deprecated lifecycle and consolidate startup actions

* fix import
This commit is contained in:
Hayden 2024-03-14 14:27:26 -05:00 committed by GitHub
commit 1af0f426ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 40 deletions

10
.vscode/tasks.json vendored
View file

@ -24,16 +24,6 @@
},
"problemMatcher": []
},
{
"label": "Init Database",
"command": "poetry run python mealie/db/init_db.py",
"type": "shell",
"presentation": {
"reveal": "always",
"group": "groupA"
},
"problemMatcher": []
},
{
"label": "Dev: Start Frontend",
"command": "task ui",