mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-23 14:46:48 +09:00
57017f2747
* feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加 * fix * remove strategy * fix * fix
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
import {defineConfig} from 'vite';
|
|
|
|
|
|
const config = defineConfig({});
|
|
|
|
export default config;
|