session-file-server submodule from official repo

This commit is contained in:
Audric Ackermann 2020-05-19 16:33:45 +10:00
parent e399b9b65b
commit c5bc97013d
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
6 changed files with 8 additions and 8 deletions

View File

@ -30,4 +30,4 @@ ts/**/*.js
# Libloki specific files
libloki/test/components.js
libloki/modules/mnemonic.js
loki-file-server/**
session-file-server/**

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "loki-file-server"]
path = loki-file-server
url = https://github.com/neuroscr/loki-file-server/
[submodule "session-file-server"]
path = session-file-server
url = https://github.com/loki-project/session-file-server/

View File

@ -54,4 +54,4 @@ stylesheets/_intlTelInput.scss
# Coverage
coverage/**
.nyc_output/**
loki-file-server/**
session-file-server/**

View File

@ -571,9 +571,9 @@ module.exports = {
async startLocalFileServer() {
if (!this.fileServer) {
// be sure to run `git submodule update --init && cd loki-file-server && yarn install; cd -`
// be sure to run `git submodule update --init && cd session-file-server && yarn install; cd -`
// eslint-disable-next-line global-require
this.fileServer = require('../loki-file-server/app');
this.fileServer = require('../session-file-server/app');
}
},

@ -1 +0,0 @@
Subproject commit 296899d562b871b806ef5b452dc001ed94d14a97

1
session-file-server Submodule

@ -0,0 +1 @@
Subproject commit b4e2f787f4b95592ad0d3bcc008dd01125385a3f