daytonaio / docs

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

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

Closed osslate closed 5 months ago

osslate commented 5 months 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.