refactor: create workspace, move 'pacman' into pacman/ subfolder as workspace member

This commit is contained in:
Ryan Walters
2025-09-16 00:31:06 -05:00
parent 841cf5b83e
commit a3c4c94d42
288 changed files with 2098 additions and 273 deletions

View File

@@ -35,8 +35,8 @@ samply:
# Build the project for Emscripten
web *args:
bun run web.build.ts {{args}};
caddy file-server --root dist
bun run pacman/web.build.ts {{args}};
caddy file-server --root pacman/dist
# Run cargo fix
fix: