fix: target

This commit is contained in:
cha0s 2022-03-14 13:24:21 -05:00
parent 01b25c3464
commit 7fa428f86a

View File

@ -34,7 +34,7 @@ module.exports = (async () => {
config
.plugin('environment')
.use(EnvironmentPlugin, [{
FLECKS_CORE_BUILD_TARGET: 'client',
FLECKS_CORE_BUILD_TARGET: 'http',
}]);
// Entrypoints.
const {output: originalOutput} = options;