feat: Implement Gitea CI/CD release workflow, add Claude AI configuration, and correct frontend path casing.
Some checks failed
Build and Release / build-and-release (push) Failing after 26m49s

This commit is contained in:
Bryan1029384756
2026-02-10 19:50:38 -06:00
parent e874b89fe8
commit 5e8d887fb6
4 changed files with 15 additions and 14 deletions

View File

@@ -14,7 +14,8 @@
"Bash(npx vite build:*)",
"Bash(npx tsc:*)",
"Bash(npx -y esbuild:*)",
"WebFetch(domain:gist.github.com)"
"WebFetch(domain:gist.github.com)",
"Bash(git ls-tree:*)"
]
}
}