dev container修正
This commit is contained in:
@@ -39,5 +39,5 @@
|
||||
"SPRING_PROFILES_ACTIVE": "dev",
|
||||
"K12STUDY_DEV_MODE": "internal"
|
||||
},
|
||||
"postCreateCommand": "cd /workspaces/K12study/frontend && pnpm install"
|
||||
"postCreateCommand": "sudo chown -R codespace:codespace /pnpm-store /workspaces/K12study/frontend/node_modules && cd /workspaces/K12study/frontend && pnpm install"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user