Update .gitignore and launch configuration for dev environment

This commit is contained in:
2025-10-19 15:50:30 +02:00
parent 3fffcc5b37
commit f209bc88b6
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -37,3 +37,6 @@ dist/
__pycache__/
site/
# Dev config
llamactl.dev.yaml

2
.vscode/launch.json vendored
View File

@@ -12,7 +12,7 @@
"program": "${workspaceFolder}/cmd/server/main.go",
"env": {
"GO_ENV": "development",
"LLAMACTL_REQUIRE_MANAGEMENT_AUTH": "false"
"LLAMACTL_CONFIG_PATH": "${workspaceFolder}/llamactl.dev.yaml"
},
}
]