Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

[WIP] chore: update to ipfsd-ctl@12.0.2 #493

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .aegir.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict'

const path = require('path')
const createServer = require('ipfsd-ctl').createServer
const signaller = require('libp2p-webrtc-star-signalling-server')

/** @type {import('aegir').Options["build"]["config"]} */
Expand Down Expand Up @@ -38,6 +37,9 @@ module.exports = {
}
},
async before (options) {

const { createServer } = await import ('ipfsd-ctl')

if (options.runner !== 'node') {
const ipfsdServer = await createServer({
host: '127.0.0.1',
Expand Down
Loading