There was an error while loading. Please reload this page.
1 parent 2696f1a commit 2196ac4Copy full SHA for 2196ac4
index.js
@@ -36,8 +36,9 @@ exports.apply = api => {
36
logo:
37
'https://camo.githubusercontent.com/5ae09d1630be8e50dd69a50d9d45b326a0cb41ab/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30392f31322f356239386537373335326339642e706e67',
38
handler,
39
- serverCallback() {
40
- // Real • open browser
+ port,
+ // Real • open browser
41
+ callback() {
42
if (args.has('o') || args.has('open')) {
43
require('@poi/dev-utils/openBrowser')(
44
`http://${prettyHost}:${port}`
0 commit comments