We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b324ef commit 2a0cb57Copy full SHA for 2a0cb57
packages/create-vite/src/index.ts
@@ -1,7 +1,7 @@
1
import fs from 'node:fs'
2
import path from 'node:path'
3
import { fileURLToPath } from 'node:url'
4
-import type { SpawnOptions } from 'node:child_process';
+import type { SpawnOptions } from 'node:child_process'
5
import spawn from 'cross-spawn'
6
import mri from 'mri'
7
import * as prompts from '@clack/prompts'
0 commit comments