CHORE: WIP unit test
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 59s
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 59s
This commit is contained in:
@@ -3,8 +3,5 @@ import { defineConfig } from 'vite';
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
tailwindcss(),
|
||||
sveltekit(),
|
||||
]
|
||||
plugins: [tailwindcss(), sveltekit()],
|
||||
});
|
||||
|
Reference in New Issue
Block a user