mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
b16cb787fd
* supporting a network address access a website when an user set host = true in Node environment * fix bug * sumbit test code * optimism * delect white space * test * fix test * fix test error * test * test * test * fix test error * Optimizing code based on the comments * optimize test * fix: rebase issues * chore: format * chore: add changeset * chore: format * chore: format * chore: lint --------- Co-authored-by: wuls <linsheng.wu@beantechs.com> Co-authored-by: Nate Moore <nate@astro.build>
5 lines
133 B
Markdown
5 lines
133 B
Markdown
---
|
|
'@astrojs/node': patch
|
|
---
|
|
|
|
Support the `--host` flag when running the standalone server (also works for `astro preview --host`)
|