gmokercom/front_end/vite.config.js
dorian melenotte 9e06e92c57
Some checks failed
/ deploy (push) Failing after 5s
add: folder of the backend
2024-09-10 18:08:10 +02:00

8 lines
163 B
JavaScript

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