--host
is missing after restart
#5799
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
--host
is missing after restart
#5799
What version of
astro
are you using?1.9.1
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Mac
Describe the Bug
So I was running
npm run dev -- --host
to start the devServer:And I was able to access url like
http://192.168.2.66:3001/
.Then I made a change to my
tailwind.config.cjs
file, saved the file and I can saw the terminal updated with logs:Now I can no longer access
http://192.168.2.66:3001/
while I was still able to openhttp://localhost:3001/
.I can see
config.server.host
set totrue
in the beginning,But It was reset to
false
after restart:Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-nvmtqq?file=tailwind.config.cjs&on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: