mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-20 17:08:41 +00:00
chrome插件需要使用https
This commit is contained in:
parent
32698a8c5f
commit
05a2483a4b
@ -57,7 +57,7 @@ const options: CocosPluginOptions = {
|
|||||||
server: {
|
server: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
port: 2022,
|
port: 2022,
|
||||||
https: false,
|
https: true,
|
||||||
writeToDisk: true,
|
writeToDisk: true,
|
||||||
},
|
},
|
||||||
watchBuild: true,
|
watchBuild: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user