mirror of
https://github.com/danbulant/arcade-machine
synced 2026-06-18 05:51:24 +00:00
9 lines
No EOL
158 B
JavaScript
9 lines
No EOL
158 B
JavaScript
|
|
import { sveltekit } from '@sveltejs/kit/vite';
|
|
|
|
/** @type {import('vite').UserConfig} */
|
|
const config = {
|
|
plugins: [sveltekit()]
|
|
};
|
|
|
|
export default config; |