Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 12f4b50

Browse files
committed
add ipld to validation config of options
1 parent ab1469a commit 12f4b50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const configSchema = s({
6868
})),
6969
Bootstrap: optional(s(['multiaddr-ipfs']))
7070
})),
71+
ipld: 'object?',
7172
libp2p: optional(union(['function', 'object'])) // libp2p validates this
7273
}, {
7374
repoOwner: true

0 commit comments

Comments
 (0)