mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:07:31 +00:00
22 lines
635 B
JSON
22 lines
635 B
JSON
![]() |
{
|
||
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.schema.json",
|
||
|
"name": "turbo-lint-unit-debug",
|
||
|
"dockerComposeFile": [
|
||
|
"../base/docker-compose.yml",
|
||
|
"docker-compose.yml"
|
||
|
],
|
||
|
"service": "turbo-lint-unit-debug",
|
||
|
"runServices": ["turbo-lint-unit-debug"],
|
||
|
"workspaceFolder": "/workspaces",
|
||
|
"forwardPorts": [3001],
|
||
|
"onCreateCommand": "pnpm install --recursive",
|
||
|
"postAttachCommand": "pnpm turbo daemon clean; pnpm turbo watch lint test:unit",
|
||
|
"customizations": {
|
||
|
"jetbrains": {
|
||
|
"settings": {
|
||
|
"com.intellij:app:HttpConfigurable.use_proxy_pac": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|