Files
nl-im-uniapp/unh.config.ts

18 lines
314 B
TypeScript
Raw Normal View History

2025-12-09 09:06:06 +08:00
import { defineConfig } from '@uni-helper/unh'
/**
* unh
* https://uni-helper.js.org/unh/
*/
export default defineConfig({
platform: {
// 默认平台
default: 'h5',
// 平台别名
alias: {
'h5': ['w', 'h'],
'mp-weixin': 'wx',
},
},
})