HOME


Mini Shell 1.0
Mosykay Billing App

Page Not Found

Sorry, but the page you were trying to view does not exist.

DIR: /home1/taote1zo/public_html/mosykay.com/account/
Upload File :
Current File : /home1/taote1zo/public_html/mosykay.com/account/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,
        }),
    ],
});