summaryrefslogtreecommitdiff
path: root/scripts/changelog-checker/vite.config.ts
blob: 46db02c806716d14ec6097a848bbfa760ae1d819 (plain)
1
2
3
4
5
6
import {defineConfig} from 'vite';


const config = defineConfig({});

export default config;