Add prettier

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-02-03 17:14:17 +02:00
parent 1a32bff6ec
commit 21c66df2b1
14 changed files with 1105 additions and 692 deletions

View File

@@ -203,7 +203,7 @@ Groups can have additional directories mounted via `containerConfig` in `data/re
"containerConfig": {
"additionalMounts": [
{
"hostPath": "/Users/gavriel/projects/webapp",
"hostPath": "~/projects/webapp",
"containerPath": "webapp",
"readonly": false
}