misskey/scripts/changelog-checker/vite.config.ts
おさむのひと 57017f2747
feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加 (#12963)
* feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加

* fix

* remove strategy

* fix

* fix
2024-01-13 21:17:30 +09:00

7 lines
94 B
TypeScript

import {defineConfig} from 'vite';
const config = defineConfig({});
export default config;