AtlatestRepositorysigil-graphics

sigil-graphics / tree / examples / web-spritedev-redirects.sgl

1;; Development redirects — point the monorepo dependency at a local checkout.
2;;
3;; The web build reuses unreleased monorepo packages (sigil-wasm-gles3 and the
4;; sigil_wasm_app_register runtime hook). Until they ship, redirect the whole
5;; codeberg:sigil/sigil repo at a local monorepo checkout that contains the
6;; graphics-on-web work, then `sigil deps install`.
7;;
8;; During M2 development this pointed at the task worktree
9;; (../../../task-sigil-graphics-web-m1); ../../../sigil is the canonical sibling
10;; monorepo checkout to use once the M2 monorepo branch is merged.
11(redirects
12 repos: (list
13 (for-repo
14 url: "codeberg:sigil/sigil"
15 use: (from-path dir: "../../../task-sigil-graphics-web-m1"))))