| Current Path : /var/www/html/LLCF-APP/ |
| Current File : //var/www/html/LLCF-APP/vite.config.js |
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/js/app.js'],
refresh: true,
}),
],
});