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 the4
;; sigil_wasm_app_register runtime hook). Until they ship, redirect the whole5
;; codeberg:sigil/sigil repo at a local monorepo checkout that contains the6
;; graphics-on-web work, then `sigil deps install`.7
;;8
;; During M2 development this pointed at the task worktree9
;; (../../../task-sigil-graphics-web-m1); ../../../sigil is the canonical sibling10
;; monorepo checkout to use once the M2 monorepo branch is merged.11
(redirects12
repos: (list13
(for-repo14
url: "codeberg:sigil/sigil"15
use: (from-path dir: "../../../task-sigil-graphics-web-m1"))))