fix: update vcpkg cache paths and web serve directory

Update GitHub Actions workflows to use correct Cargo.toml/Cargo.lock paths
in root directory instead of pacman/ subdirectory. Fix Justfile web command
to serve from web/dist/client instead of pacman/dist.
This commit is contained in:
Ryan Walters
2025-11-02 09:57:02 -06:00
parent d9519746b8
commit 13e592502f
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ samply:
# Build the project for Emscripten
web *args:
bun run pacman/web.build.ts {{args}};
caddy file-server --root pacman/dist
caddy file-server --root web/dist/client
# Fix linting errors & formatting
fix: