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