mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 12:20:48 +02:00
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|
|
}
|