mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 21:47:29 -06:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
![]() |
import {defineConfig} from 'vite';
|
||
|
|
||
|
|
||
|
const config = defineConfig({});
|
||
|
|
||
|
export default config;
|