diff options
author | 2022-11-08 10:33:36 -0600 | |
---|---|---|
committer | 2022-11-08 10:33:36 -0600 | |
commit | b211eadeffd6260700254c1492c8e6528d279ad1 (patch) | |
tree | 27bf20f546cb30f6a8aee07ec579dcd849313faf /packages/create-astro/create-astro.mjs | |
parent | 982e446e8d4694161f1808a0a8441eef4a1e3231 (diff) | |
download | astro-b211eadeffd6260700254c1492c8e6528d279ad1.tar.gz astro-b211eadeffd6260700254c1492c8e6528d279ad1.tar.zst astro-b211eadeffd6260700254c1492c8e6528d279ad1.zip |
`create-astro` bug fixes (#5319)
* fix(create-astro): upgrade cli-kit
* fix(create-astro): avoid setRawMode error
* chore(lint): disable create-astro linting
Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'packages/create-astro/create-astro.mjs')
-rwxr-xr-x | packages/create-astro/create-astro.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/create-astro/create-astro.mjs b/packages/create-astro/create-astro.mjs index 7f09ba700..b7489a6b1 100755 --- a/packages/create-astro/create-astro.mjs +++ b/packages/create-astro/create-astro.mjs @@ -1,4 +1,5 @@ #!/usr/bin/env node +/* eslint-disable no-console */ 'use strict'; const currentVersion = process.versions.node; |