mirror of
https://github.com/BradNut/example-sveltekit-email-password-webauthn
synced 2025-09-08 17:40:27 +00:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
|
|
import { sveltekit } from "@sveltejs/kit/vite";
|
||
|
|
import { defineConfig } from "vite";
|
||
|
|
|
||
|
|
export default defineConfig({
|
||
|
|
plugins: [sveltekit()]
|
||
|
|
});
|