Files
cell/test_shop/.cell/shop.toml
John Alanbrook 939269b060
Some checks failed
Build and Deploy / build-macos (push) Failing after 7s
Build and Deploy / build-linux (push) Has been cancelled
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
initial modules attempt
2025-05-29 18:48:19 -05:00

21 lines
394 B
TOML

module = "test-shop"
engine = "mist/prosperon@v0.9.3"
entrypoint = "main.js"
[dependencies]
jj_mod = "git.world/jj/mod@v0.6.3"
prosperon_extras = "git.world/mist/prosperon-extras@v1.0.0"
[aliases]
mod = "jj_mod"
extras = "prosperon_extras"
[replace]
# For local development
# "git.world/jj/mod@v0.6.3" = "../local-jj-mod"
[patches]
# jj_mod = "patches/jj_mod-fix.patch"
[mods]
enabled = []