Skip to content

Commit b3c8340

Browse files
committed
fix(docs): pin asset-canister recipe version in local development guide
1 parent 5d92dc8 commit b3c8340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/local-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The `@dfinity/asset-canister` recipe deploys this pre-built canister and syncs y
123123
canisters:
124124
- name: frontend
125125
recipe:
126-
type: "@dfinity/asset-canister"
126+
type: "@dfinity/asset-canister@v2.1.0"
127127
configuration:
128128
dir: dist # Your built frontend files
129129
```

0 commit comments

Comments
 (0)