mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 17:13:08 +02:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
|
import {defineConfig} from 'vite';
|
||
|
|
||
|
|
||
|
const config = defineConfig({});
|
||
|
|
||
|
export default config;
|