build(projects): 增加代码规范

This commit is contained in:
2023-11-03 18:17:27 +08:00
parent 9a0b0505e9
commit 5e64ea27de
38 changed files with 14545 additions and 11926 deletions

View File

@@ -1,22 +1,22 @@
import type {UserConfigExport} from '@tarojs/cli'
import type { UserConfigExport } from '@tarojs/cli'
export default {
logger: {
quiet: false,
stats: true
logger: {
quiet: false,
stats: true,
},
mini: {},
h5: {
devServer: {
// proxy: {
// '/api': {
// target: 'http://localhost:3000',
// changeOrigin: true,
// pathRewrite: {
// '^/api': ''
// }
// }
// }
},
mini: {},
h5: {
devServer: {
// proxy: {
// '/api': {
// target: 'http://localhost:3000',
// changeOrigin: true,
// pathRewrite: {
// '^/api': ''
// }
// }
// }
}
}
},
} satisfies UserConfigExport