mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
5 lines
166 B
JavaScript
5 lines
166 B
JavaScript
import { defineConfig } from 'vite';
|
|
import { tanstackStart } from '@tanstack/react-start/plugin/vite';
|
|
|
|
export default defineConfig({ plugins: [tanstackStart()] });
|