Additionally add in some more work experience, adjust the skills section, and update the contents to better reflect me now.
8 lines
206 B
TypeScript
8 lines
206 B
TypeScript
import { sveltekit } from "@sveltejs/kit/vite";
|
|
import { defineConfig } from "vite";
|
|
import tailwindcss from "@tailwindcss/vite";
|
|
|
|
export default defineConfig({
|
|
plugins: [tailwindcss(), sveltekit()],
|
|
});
|