Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Feb 2, 2025
1 parent 2815a8c commit f4f2de0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/lib/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import degit from 'degit';
import { exec } from 'tinyexec';
import { create } from '@sveltejs/create';
import pstree, { type PS } from 'ps-tree';
import { addPnpmBuildDependendencies } from '../utils/package-manager.ts';

export { addPnpmBuildDependendencies };
export { addPnpmBuildDependendencies } from '../utils/package-manager.ts';
export type ProjectVariant = 'kit-js' | 'kit-ts' | 'vite-js' | 'vite-ts';

const TEMPLATES_DIR = '.templates';
Expand Down

0 comments on commit f4f2de0

Please sign in to comment.