Files
noahspan-flying/app/vite.config.ts
noahspannbauer 294ac4e061 Setup Playwright (#14)
* setting up playwright

* renaming client to app

* updating node version

* updating node version

* fixing husky

* fixing husky

* fixing husky

* fixing husky
2024-05-22 21:12:17 -05:00

8 lines
165 B
TypeScript

import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
});