sarsamurmu / reboost

A super fast dev server for rapid web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"contentServer.open : boolean | object" mismatch type declaration

GHNewbiee opened this issue · comments

commented

When reboost.js lies in the root dir the open: true option is accepted without complain.

But when reboost.js lies in a dir like ./.config/reboost/ then open: true option is NOT accepted. See photo below.

reboost-1

I think the problem is with the Typescript declaration files. Don't worry, I will fix it soon.

Fixed in the latest version. Just update it.