chore: build

This commit is contained in:
xiaojunnuo
2023-06-28 09:44:35 +08:00
parent 7e8c3fbab7
commit aede78a0ec
7 changed files with 23 additions and 20 deletions
@@ -1,6 +1,5 @@
import { MidwayConfig } from '@midwayjs/core';
import { load } from './loader';
import _ from 'lodash';
import { mergeConfig } from './loader';
const preview = {
/**
@@ -11,6 +10,5 @@ const preview = {
},
} as MidwayConfig;
_.merge(preview, load('preview'));
mergeConfig(preview, 'preview');
export default preview;