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