chrome插件需要使用https

This commit is contained in:
xu_yanfeng 2024-02-23 09:18:28 +08:00
parent 32698a8c5f
commit 05a2483a4b

View File

@ -57,7 +57,7 @@ const options: CocosPluginOptions = {
server: {
enabled: true,
port: 2022,
https: false,
https: true,
writeToDisk: true,
},
watchBuild: true,