mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
fix: regression from 27c05448e1
This commit is contained in:
@@ -4,7 +4,7 @@ const winston = require('winston');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const nconf = require('nconf');
|
const nconf = require('nconf');
|
||||||
|
|
||||||
const { webInstall } = require('../../install/web');
|
const { install } = require('../../install/web');
|
||||||
|
|
||||||
async function setup(initConfig) {
|
async function setup(initConfig) {
|
||||||
const { paths } = require('../constants');
|
const { paths } = require('../constants');
|
||||||
@@ -57,4 +57,4 @@ async function setup(initConfig) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exports.setup = setup;
|
exports.setup = setup;
|
||||||
exports.webInstall = webInstall;
|
exports.webInstall = install;
|
||||||
|
|||||||
Reference in New Issue
Block a user