mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:57:33 +00:00
19 lines
528 B
JSON
19 lines
528 B
JSON
![]() |
{
|
||
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.schema.json",
|
||
|
"name": "turbo-lint-unit",
|
||
|
"dockerComposeFile": [
|
||
|
"../base/docker-compose.yml"
|
||
|
],
|
||
|
"service": "devcontainer",
|
||
|
"runServices": ["devcontainer"],
|
||
|
"workspaceFolder": "/workspaces",
|
||
|
"postStartCommand": "pnpm install --frozen-lockfile --recursive && pnpm turbo lint test:unit",
|
||
|
"customizations": {
|
||
|
"jetbrains": {
|
||
|
"settings": {
|
||
|
"com.intellij:app:HttpConfigurable.use_proxy_pac": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|