daytonaio / docs

Official Documentation for Daytona
https://daytona.io/docs
Apache License 2.0
2 stars 2 forks source link

Add --host to Astro server commands in package.json scripts #58

Closed osslate closed 1 month ago

osslate commented 1 month ago

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 of dev to cut down on duplication.

Fixes #52.