build(projects): 增加代码规范
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { UserConfigExport } from "@tarojs/cli";
|
||||
import type { UserConfigExport } from '@tarojs/cli'
|
||||
|
||||
export default {
|
||||
mini: {},
|
||||
@@ -29,5 +29,5 @@ export default {
|
||||
// postProcess: (context) => ({ ...context, outputPath: path.join(staticDir, 'index.html') })
|
||||
// }))
|
||||
// }
|
||||
}
|
||||
},
|
||||
} satisfies UserConfigExport
|
||||
|
||||
Reference in New Issue
Block a user