app.craft.vin/vite.config.js
Felix Baumgärtner b8ad31544e added aframe, nipplejs and skeleton (with custom theme)
changed adapter to static
2024-01-13 23:30:21 +01:00

8 lines
214 B
JavaScript

import { purgeCss } from 'vite-plugin-tailwind-purgecss';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit(), purgeCss()]
});