Merge branch 'feature/beta-release' into development

This commit is contained in:
Jeremy
2025-12-15 01:21:42 -05:00
committed by GitHub

4
.vscode/tasks.json vendored
View File

@@ -2,9 +2,9 @@
"version": "2.0.0",
"tasks": [
{
"label": "Build: Local Docker Image",
"label": "Build & Run: Local Docker Image",
"type": "shell",
"command": "docker build -t charon:local .",
"command": "docker build -t charon:local . && docker compose -f docker-compose.override.yml up -d && echo 'Charon running at http://localhost:8080'",
"group": "build",
"problemMatcher": [],
"presentation": {