refactor: align backend layout and supabase infra
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"include": ["api"],
|
||||
"include": ["backend"],
|
||||
"exclude": ["**/__pycache__", "**/node_modules", "**/.git"],
|
||||
"typeCheckingMode": "standard",
|
||||
"pythonVersion": "3.12",
|
||||
"pythonPlatform": "Linux",
|
||||
"stubPath": "",
|
||||
"extraPaths": [
|
||||
"api/src"
|
||||
"backend/src"
|
||||
],
|
||||
"reportAssignmentType": "none",
|
||||
"reportMissingImports": "error",
|
||||
|
||||
Reference in New Issue
Block a user