Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/csv/../..
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.env
.env.example
.git
.gitattributes
.gitignore
.htaccess
Modules
README.md
app
artisan
bootstrap
composer.json
composer.lock
config
database
lang
modules_statuses.json
package.json
phpunit.xml
public
resources
routes
storage
tests
vendor
vendor-offline
vite.config.js

مشاهدة ملف: 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,
        }),
    ],
});