Skip to content

Commit 2a0cb57

Browse files
authored
chore: format
1 parent 2b324ef commit 2a0cb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'node:fs'
22
import path from 'node:path'
33
import { fileURLToPath } from 'node:url'
4-
import type { SpawnOptions } from 'node:child_process';
4+
import type { SpawnOptions } from 'node:child_process'
55
import spawn from 'cross-spawn'
66
import mri from 'mri'
77
import * as prompts from '@clack/prompts'

0 commit comments

Comments
 (0)