Skip to content
Snippets Groups Projects
Commit daef593b authored by LAMBEY Baptiste's avatar LAMBEY Baptiste
Browse files

Upload New File

parent 943289b3
No related branches found
No related tags found
No related merge requests found
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: [
'resources/sass/app.scss',
'resources/js/app.js',
],
refresh: true,
}),
],
server: {
host: '0.0.0.0',
hmr: {
host: 'localhost'
},
port: 30001,
},
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment