full site update
This commit is contained in:
5
node_modules/astro/dist/cli/dev/index.js
generated
vendored
5
node_modules/astro/dist/cli/dev/index.js
generated
vendored
@@ -9,11 +9,16 @@ async function dev({ flags }) {
|
||||
usage: "[...flags]",
|
||||
tables: {
|
||||
Flags: [
|
||||
["--mode", `Specify the mode of the project. Defaults to "development".`],
|
||||
["--port", `Specify which port to run on. Defaults to 4321.`],
|
||||
["--host", `Listen on all addresses, including LAN and public addresses.`],
|
||||
["--host <custom-address>", `Expose on a network IP address at <custom-address>`],
|
||||
["--open", "Automatically open the app in the browser on server start"],
|
||||
["--force", "Clear the content layer cache, forcing a full rebuild."],
|
||||
[
|
||||
"--allowed-hosts",
|
||||
"Specify a comma-separated list of allowed hosts or allow any hostname."
|
||||
],
|
||||
["--help (-h)", "See all available flags."]
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user