添加后台连接用的后端
This commit is contained in:
6
gm-server/config/config.prod.ts
Normal file
6
gm-server/config/config.prod.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { EggAppConfig, PowerPartial } from 'egg';
|
||||
|
||||
export default () => {
|
||||
const config: PowerPartial<EggAppConfig> = {};
|
||||
return config;
|
||||
};
|
||||
Reference in New Issue
Block a user