sarsamurmu / reboost

A super fast dev server for rapid web development
MIT License
61 stars 3 forks source link

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

Closed GHNewbiee closed 4 years ago

GHNewbiee commented 4 years ago

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

sarsamurmu commented 4 years ago

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

sarsamurmu commented 4 years ago

Fixed in the latest version. Just update it.