summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/messages.ts
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-02-27 11:15:27 +0000
committerGravatar GitHub <noreply@github.com> 2024-02-27 11:15:27 +0000
commit2dd00a002482995469bf510d5b9fd0fa24bd023b (patch)
tree91eae843ba5383201b485b87a64cb187f64ef28f /packages/create-astro/src/messages.ts
parent9c21a9df6b03e36bd78dc553e13c55b9ef8c44cd (diff)
downloadastro-2dd00a002482995469bf510d5b9fd0fa24bd023b.tar.gz
astro-2dd00a002482995469bf510d5b9fd0fa24bd023b.tar.zst
astro-2dd00a002482995469bf510d5b9fd0fa24bd023b.zip
chore: import sort source code, exception for the `astro` package (#10242)
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro/src/messages.ts')
-rw-r--r--packages/create-astro/src/messages.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/create-astro/src/messages.ts b/packages/create-astro/src/messages.ts
index 8f6a2cf2e..984ec5aff 100644
--- a/packages/create-astro/src/messages.ts
+++ b/packages/create-astro/src/messages.ts
@@ -1,7 +1,7 @@
+import { exec } from 'node:child_process';
/* eslint no-console: 'off' */
-import { color, say as houston, label, spinner as load } from '@astrojs/cli-kit';
+import { color, label, say as houston, spinner as load } from '@astrojs/cli-kit';
import { align, sleep } from '@astrojs/cli-kit/utils';
-import { exec } from 'node:child_process';
import stripAnsi from 'strip-ansi';
import { shell } from './shell.js';