mirror of
https://codeberg.org/yeentown/barkey
synced 2025-01-05 23:21:24 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
|
import {defineConfig} from 'vite';
|
||
|
|
||
|
|
||
|
const config = defineConfig({});
|
||
|
|
||
|
export default config;
|