This commit is contained in:
eric
2026-03-07 20:02:47 -06:00
parent 20fe6ca205
commit aed78201a9
8 changed files with 1213 additions and 1234 deletions

View File

@@ -6,5 +6,15 @@ module.exports = {
'process.env.TARO_API_API': JSON.stringify("/api")
},
mini: {},
h5: {}
h5: {
devServer: {
hot: true,
client: {
overlay: {
errors: true,
warnings: false
}
}
}
}
}