setup local dev env

This commit is contained in:
2026-03-10 17:13:23 +01:00
parent b27db93a90
commit f4d3fade9b
61 changed files with 6695 additions and 228 deletions

15
scripts/ci-local.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env sh
set -eu
corepack enable
pnpm install --frozen-lockfile
pnpm build:web
pnpm build:symbiote
cargo fmt --manifest-path backend/Cargo.toml --all -- --check
cargo check --manifest-path backend/Cargo.toml --workspace
docker compose config >/dev/null
echo "Local CI checks passed."