Preliminary working devcontainer config

This commit is contained in:
2026-04-29 00:44:28 +00:00
parent 734c908c2a
commit 357e6e17cc
2 changed files with 6 additions and 10 deletions
+2 -3
View File
@@ -13,9 +13,8 @@
}
}
},
"postCreateCommand": "npm install",
"remoteUser": "node",
"postCreateCommand": "flutter doctor -v",
"mounts": [
"source=${localEnv:HOME}/.gradle,target=/root/.gradle,type=bind,consistency=cached"
]
}