Current Path : /proc/self/root/home/lentoinv/props/ |
Current File : //proc/self/root/home/lentoinv/props/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, }), ], });