mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-18 20:59:41 +02:00
feat(backend): 🚧 stub out new exporter service (WIP) (#715)
* chore(backend): 🎨 add isort path to vscode settings * style(frontend): 💄 remove fab and add general create button * feat(backend): 🚧 stub out new exporter service * comment out stub tests Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
parent
476aefeeb0
commit
4bdba9f3af
26 changed files with 714 additions and 50 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -35,5 +35,6 @@
|
|||
"python.testing.pytestEnabled": true,
|
||||
"python.testing.unittestEnabled": false,
|
||||
"search.mode": "reuseEditor",
|
||||
"vetur.validation.template": false
|
||||
"vetur.validation.template": false,
|
||||
"python.sortImports.path": "${workspaceFolder}/.venv/bin/isort"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue