dev container修正

This commit is contained in:
2026-04-20 13:28:47 +08:00
parent 21c5e050f3
commit 3e7ef0f891
4 changed files with 23 additions and 2 deletions

View File

@@ -27,5 +27,9 @@
"SPRING_PROFILES_ACTIVE": "dev",
"K12STUDY_DEV_MODE": "external"
},
"postCreateCommand": "cd /workspaces/K12study"
"remoteUser": "codespace",
"updateRemoteUserUID": true,
"postCreateCommand": "sudo chown -R codespace:codespace /pnpm-store /workspaces/K12study/frontend/node_modules"
}