{
"version": "2.0.0",
"tasks": [
"label": "authentik[core]: format & test",
"command": "make",
"group": "build",
},
"label": "authentik[core]: run",
"command": "ak",
"args": [
"server",
],
"presentation": {
"panel": "dedicated",
"group": "running"
"runOptions": {
"runOn": "folderOpen"
}
"label": "authentik[web]: format",
"args": ["web"],
"label": "authentik[web]: watch",
"args": ["web-watch"],
"label": "authentik: install",
"args": ["install"],
"label": "authentik: i18n-extract",
"command": "poetry",
"run",
"make",
"i18n-extract"
"label": "authentik[website]: format",
"args": ["website"],
"label": "authentik[website]: watch",
"args": ["website-watch"],
"label": "authentik[api]: generate",
"gen"
"group": "build"
]