Closed osslate closed 5 months ago
When using Astro's in-built dev/preview servers through package.json scripts, they should listen on all interfaces by default.
package.json
This commit also makes the start script an alias of dev to cut down on duplication.
start
dev
Fixes #52.
When using Astro's in-built dev/preview servers through
package.json
scripts, they should listen on all interfaces by default.This commit also makes the
start
script an alias ofdev
to cut down on duplication.Fixes #52.