import { defineConfig } from 'vite';
import mettle from 'vite-plugin-mettle';

export default defineConfig({
  plugins: [mettle()],
});
