mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
import {defineConfig} from 'vite';
|
|
|
|
|
|
const config = defineConfig({});
|
|
|
|
export default config;
|