Skip to content

Commit

Permalink
fixup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts committed Jul 26, 2023
1 parent 11ae9df commit 0ad645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vitest/config';

export default defineConfig({
plugins: [sveltekit()],
plugins: [sveltekit()],
server: {
fs: {
allow: ['prime.css'],
Expand Down

0 comments on commit 0ad645d

Please sign in to comment.