diff options
author | 2022-11-17 16:48:20 +0100 | |
---|---|---|
committer | 2022-11-17 10:48:20 -0500 | |
commit | 12236dbc06e1e43618b61d180020a67cb31499f8 (patch) | |
tree | fd50411be961139665a2c48f07f13b7913b52e0c /.changeset/violet-buckets-repeat.md | |
parent | ff35b4759bd0fecfee6c99bf510c2e32d2574992 (diff) | |
download | astro-12236dbc06e1e43618b61d180020a67cb31499f8.tar.gz astro-12236dbc06e1e43618b61d180020a67cb31499f8.tar.zst astro-12236dbc06e1e43618b61d180020a67cb31499f8.zip |
feat: provide HOST env variable at runtime (#5421)
* feat: provide HOST env variable at runtime
* doc: add change to documentation
* Update documentation according to suggestions
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
* fix: empty string is considered as undefined
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Diffstat (limited to '.changeset/violet-buckets-repeat.md')
-rw-r--r-- | .changeset/violet-buckets-repeat.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/violet-buckets-repeat.md b/.changeset/violet-buckets-repeat.md new file mode 100644 index 000000000..ed68113e1 --- /dev/null +++ b/.changeset/violet-buckets-repeat.md @@ -0,0 +1,5 @@ +--- +'@astrojs/node': minor +--- + +Allow HOST env variable to be provided at runtime |