chore: remove build flavor Android (#20161)

This commit is contained in:
Alex
2025-07-24 14:55:49 -05:00
committed by GitHub
parent 563e2ab503
commit 6170a3843c
7 changed files with 6 additions and 48 deletions
-19
View File
@@ -18,25 +18,6 @@
"name": "Immich Workers",
"remoteRoot": "/usr/src/app",
"localRoot": "${workspaceFolder}/server"
},
{
"name": "Flavor - Production",
"request": "launch",
"type": "dart",
"codeLens": {
"for": [
"run-test",
"run-test-file",
"run-file",
"debug-test",
"debug-test-file",
"debug-file",
],
"title": "${debugType}",
},
"args": [
"--flavor", "production"
],
}
]
}