add homepage with styles

This commit is contained in:
albert
2024-11-07 17:47:14 +01:00
parent 6baa3231a6
commit 54a023c139
4 changed files with 136 additions and 1 deletions

View File

@ -6,6 +6,7 @@ export default defineConfig({
laravel({
input: [
'resources/css/app.css',
'resources/css/style.css',
'resources/js/app.js',
],
refresh: true,