i
This commit is contained in:
@@ -1,10 +1,22 @@
|
||||
import type { UserConfigExport } from "@tarojs/cli";
|
||||
import type {UserConfigExport} from '@tarojs/cli'
|
||||
|
||||
export default {
|
||||
logger: {
|
||||
quiet: false,
|
||||
stats: true
|
||||
},
|
||||
mini: {},
|
||||
h5: {}
|
||||
logger: {
|
||||
quiet: false,
|
||||
stats: true
|
||||
},
|
||||
mini: {},
|
||||
h5: {
|
||||
devServer: {
|
||||
// proxy: {
|
||||
// '/api': {
|
||||
// target: 'http://localhost:3000',
|
||||
// changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/api': ''
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
} satisfies UserConfigExport
|
||||
|
||||
Reference in New Issue
Block a user