mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:17:32 +00:00
20 lines
574 B
JSON
20 lines
574 B
JSON
![]() |
{
|
||
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.schema.json",
|
||
|
"name": "Turbo Lint and Unit Tests",
|
||
|
"dockerComposeFile": [
|
||
|
"../base/docker-compose.yaml"
|
||
|
],
|
||
|
"service": "devcontainer",
|
||
|
"runServices": [
|
||
|
"devcontainer"
|
||
|
],
|
||
|
"workspaceFolder": "/workspaces",
|
||
|
"forwardPorts": [
|
||
|
3001
|
||
|
],
|
||
|
"remoteEnv": {
|
||
|
"FAIL_COMMANDS_ON_ERRORS": "${localEnv:FAIL_COMMANDS_ON_ERRORS}"
|
||
|
},
|
||
|
"updateContentCommand": "/commands/turbo-lint-unit.update-content.sh",
|
||
|
"postAttachCommand": "/commands/turbo-lint-unit.post-attach.sh"
|
||
|
}
|