Skip to content

Commit

Permalink
Regenerated types
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Nov 19, 2024
1 parent c422906 commit 888dffa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,9 @@ declare module '@sveltejs/kit/vite' {
/**
* Returns the SvelteKit Vite plugins.
* */
export function sveltekit(): Promise<import('vite').Plugin[]>;
export function sveltekit(config?: {
root?: string;
}): Promise<import('vite').Plugin[]>;

export {};
}
Expand Down

0 comments on commit 888dffa

Please sign in to comment.