mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 20:00:45 +02:00
implement six-skill gstack 2 runtime
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "GStack 2",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
"context": ".."
|
||||
},
|
||||
"remoteUser": "root",
|
||||
"postCreateCommand": "bun install --frozen-lockfile",
|
||||
"containerEnv": {
|
||||
"PLAYWRIGHT_BROWSERS_PATH": "/workspaces/gstack/.cache/ms-playwright"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user