mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
11 lines
150 B
TypeScript
11 lines
150 B
TypeScript
import { MidwayConfig } from '@midwayjs/core';
|
|
|
|
export default {
|
|
/**
|
|
* 演示环境
|
|
*/
|
|
preview: {
|
|
enabled: true,
|
|
}
|
|
} as MidwayConfig;
|