mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-15 12:05:19 +08:00
add frontend devcontainer
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"version": "latest"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "bash .devcontainer/post_create_command.sh",
|
||||
"postCreateCommand": "bash .devcontainer/frontend/post_create_command.sh",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["GitHub.copilot"]
|
||||
|
||||
@@ -4,4 +4,4 @@ pre-commit install
|
||||
# npm install in /website
|
||||
cd website
|
||||
npm install
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user