app files restructure

This commit is contained in:
2024-11-14 11:46:50 +02:00
parent c07f0c25c5
commit 469a4b0383
312 changed files with 592 additions and 546 deletions

6
.vscode/launch.json vendored
View File

@@ -6,14 +6,14 @@
"configurations": [
{
"name": "Debug",
"cwd": "Frontend/patient_manager",
"cwd": "Frontend",
"request": "launch",
"type": "dart",
"program": "lib/main_dev.dart"
},
{
"name": "Profile",
"cwd": "Frontend/patient_manager",
"cwd": "Frontend",
"request": "launch",
"type": "dart",
"flutterMode": "profile",
@@ -21,7 +21,7 @@
},
{
"name": "Release",
"cwd": "Frontend/patient_manager",
"cwd": "Frontend",
"request": "launch",
"type": "dart",
"flutterMode": "release",