mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 16:26:44 -06:00
57017f2747
* feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加 * fix * remove strategy * fix * fix
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
import {defineConfig} from 'vite';
|
|
|
|
|
|
const config = defineConfig({});
|
|
|
|
export default config;
|