We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
join
1 parent cdf8a08 commit e61d334Copy full SHA for e61d334
packages/nuxi/src/commands/init.ts
@@ -10,7 +10,7 @@ import { colors } from 'consola/utils'
10
import { downloadTemplate, startShell } from 'giget'
11
import { installDependencies } from 'nypm'
12
import { $fetch } from 'ofetch'
13
-import { relative, resolve } from 'pathe'
+import { join, relative, resolve } from 'pathe'
14
import { hasTTY } from 'std-env'
15
16
import { x } from 'tinyexec'
0 commit comments