axios-miniprogram/examples/taro/config/dev.ts

11 lines
175 B
TypeScript
Raw Normal View History

import type { UserConfigExport } from '@tarojs/cli';
2023-05-05 10:59:37 +08:00
export default {
logger: {
quiet: false,
stats: true,
2023-05-05 10:59:37 +08:00
},
mini: {},
h5: {},
} satisfies UserConfigExport;