init
This commit is contained in:
9
2025-09-14/config/dev.ts
Normal file
9
2025-09-14/config/dev.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { UserConfigExport } from "@tarojs/cli";
|
||||
export default {
|
||||
logger: {
|
||||
quiet: false,
|
||||
stats: true
|
||||
},
|
||||
mini: {},
|
||||
h5: {}
|
||||
} satisfies UserConfigExport<'webpack5'>
|
||||
Reference in New Issue
Block a user