feat(server): seperate server part and ability to run server without electron
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
const ipaddr = require('ipaddr.js');
|
||||
import forBigTable from './forBigTable'
|
||||
const forBigTable = require('./forBigTable')
|
||||
|
||||
module.exports = ({
|
||||
sphinx,
|
||||
|
Reference in New Issue
Block a user