This commit is contained in:
Administrator
2025-11-17 20:45:05 +01:00
parent c80fff061c
commit 7694811784
45 changed files with 917233 additions and 0 deletions

3
bin/forge Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Wrapper to run forge via Podman (with workspace volume)
podman run --rm --network host -v "$(pwd):/workspace" -w /workspace ghcr.io/foundry-rs/foundry:latest forge "$@" 2>&1 | grep -v "nightly build"