feat: enhance BottomNav component and update project configuration
This commit is contained in:
@@ -6,5 +6,9 @@ export default {
|
||||
stats: true
|
||||
},
|
||||
mini: {},
|
||||
h5: {}
|
||||
h5: {
|
||||
devServer: {
|
||||
host: '0.0.0.0'
|
||||
}
|
||||
}
|
||||
} satisfies UserConfigExport<'webpack5'>
|
||||
|
||||
Reference in New Issue
Block a user