summaryrefslogtreecommitdiff
path: root/packages/create-astro/create-astro.mjs
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-11-08 10:33:36 -0600
committerGravatar GitHub <noreply@github.com> 2022-11-08 10:33:36 -0600
commitb211eadeffd6260700254c1492c8e6528d279ad1 (patch)
tree27bf20f546cb30f6a8aee07ec579dcd849313faf /packages/create-astro/create-astro.mjs
parent982e446e8d4694161f1808a0a8441eef4a1e3231 (diff)
downloadastro-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-xpackages/create-astro/create-astro.mjs1
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;