mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 22:15:17 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
|
import {defineConfig} from 'vite';
|
||
|
|
||
|
|
||
|
const config = defineConfig({});
|
||
|
|
||
|
export default config;
|