JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr gilour

File "vite.config.js"

Full Path: /home/mipedido/web/mipedido.app/public_html/vendor/laravel/ui/src/Presets/react-stubs/vite.config.js
File size: 371 bytes
MIME-type: text/x-java
Charset: utf-8

import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import react from '@vitejs/plugin-react';

export default defineConfig({
    plugins: [
        laravel({
            input: [
                'resources/sass/app.scss',
                'resources/js/app.js',
            ],
            refresh: true,
        }),
        react(),
    ],
});