Skip to content

Commit

Permalink
Update db2 (#68)
Browse files Browse the repository at this point in the history
* Update some deps

* Update db2
  • Loading branch information
arj03 authored Jan 12, 2023
1 parent 8908263 commit 8d57952
Show file tree
Hide file tree
Showing 3 changed files with 1,769 additions and 603 deletions.
7 changes: 6 additions & 1 deletion net.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ exports.init = function(dir, overwriteConfig, extraModules) {
}, overwriteConfig)

let secretStack = SecretStack(config)
.use(require('ssb-db2/db'))
.use(require('ssb-db2/core'))
.use(require('ssb-classic'))
.use(require('ssb-box'))
.use(require('ssb-box2'))
.use(require('ssb-db2/compat/publish'))
.use(require('ssb-db2/compat/post'))
.use(require('ssb-db2/compat'))
.use(require('ssb-conn'))
.use(require('ssb-friends'))
Expand Down
Loading

0 comments on commit 8d57952

Please sign in to comment.