mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 09:14:58 +03:00
12 lines
233 B
TOML
12 lines
233 B
TOML
|
|
[tools]
|
||
|
|
"github:extism/cli" = "1.6.3"
|
||
|
|
"github:webassembly/binaryen" = "version_124"
|
||
|
|
"github:extism/js-pdk" = "1.5.1"
|
||
|
|
|
||
|
|
[tasks.install]
|
||
|
|
run = "pnpm install --frozen-lockfile"
|
||
|
|
|
||
|
|
[tasks.build]
|
||
|
|
depends = ["install"]
|
||
|
|
run = "pnpm run build"
|