update and migrate to talwind 4
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
This commit is contained in:
parent
158bf196ad
commit
6fa21bc218
7 changed files with 166 additions and 443 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import tailwindcss from '@tailwindcss/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()]
|
||||
});
|
||||
plugins: [tailwindcss(), sveltekit()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue