Files
Charon/tools/build.sh
Wikid82 29e1523364 Add build and CodeQL scan scripts
- Created a build script to compile the Go backend.
- Added a CodeQL scan script to automate the creation and analysis of CodeQL databases for Go and JavaScript/TypeScript, including necessary checks for dependencies.
2025-11-20 23:59:56 -05:00

3 lines
41 B
Bash
Executable File

#!/bin/bash
cd backend && go build ./...