You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Runs a local Postgres database for development",
"command": "nx run @zitadel/devcontainer:compose up db"
},
"clean": {
"description": "Cleans all local-only files relating to the Zitadel platform (API, Login and Management Console)",
"dependsOn": [
"@zitadel/api:clean",
"@zitadel/login:clean",
"@zitadel/console:clean",
"@zitadel/docs:clean"
]
},
"pack": {
"description": "Creates package archives for the API across all platforms and for the Login component, then generates a checksums.txt file containing the SHA256 checksums for all created archives.",