mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 19:56:43 -06:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
|
import {defineConfig} from 'vite';
|
||
|
|
||
|
|
||
|
const config = defineConfig({});
|
||
|
|
||
|
export default config;
|