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 2815a8c commit f4f2de0Copy full SHA for f4f2de0
packages/cli/lib/testing.ts
@@ -5,9 +5,8 @@ import degit from 'degit';
5
import { exec } from 'tinyexec';
6
import { create } from '@sveltejs/create';
7
import pstree, { type PS } from 'ps-tree';
8
-import { addPnpmBuildDependendencies } from '../utils/package-manager.ts';
9
10
-export { addPnpmBuildDependendencies };
+export { addPnpmBuildDependendencies } from '../utils/package-manager.ts';
11
export type ProjectVariant = 'kit-js' | 'kit-ts' | 'vite-js' | 'vite-ts';
12
13
const TEMPLATES_DIR = '.templates';
0 commit comments