File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " node+python+uv (frontend/backend)" ,
3- "image" : " mcr.microsoft.com/devcontainers/base:debian " ,
3+ "image" : " python:3.12 " ,
44 "features" : {
5- "ghcr.io/devcontainers/features/node:1" : { "version" : " 22" },
6- "ghcr.io/devcontainers/features/python:1" : { "version" : " 3.12" }
5+ "ghcr.io/devcontainers/features/node:1" : { "version" : " 22" }
76 },
87 "containerEnv" : {
98 "UV_PROJECT_ENVIRONMENT" : " .venv" ,
Original file line number Diff line number Diff line change 1919 "strict" : true ,
2020 "noUnusedLocals" : true ,
2121 "noUnusedParameters" : true ,
22- "erasableSyntaxOnly" : true ,
23- "noFallthroughCasesInSwitch" : true ,
24- "noUncheckedSideEffectImports" : true
22+ "noFallthroughCasesInSwitch" : true
2523 },
2624 "include" : [" src" ]
2725}
You can’t perform that action at this time.
0 commit comments