Skip to content

Commit

Permalink
fix: vite.config prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Sep 6, 2024
1 parent fd70ff2 commit e5079de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()],
plugins: [sveltekit()]
});

0 comments on commit e5079de

Please sign in to comment.