#9 - fix
This commit is contained in:
parent
458af733f8
commit
eb5a7dfc05
@ -31,6 +31,10 @@ HR software you love to hate
|
|||||||
|
|
||||||
dcr php php artisan migrate --seed
|
dcr php php artisan migrate --seed
|
||||||
|
|
||||||
|
- install npm packages
|
||||||
|
|
||||||
|
dcr node npm install
|
||||||
|
|
||||||
- build assets
|
- build assets
|
||||||
|
|
||||||
dcr node npm run dev
|
dcr node npm run dev
|
||||||
|
@ -11,4 +11,4 @@
|
|||||||
<body class="h-full">
|
<body class="h-full">
|
||||||
@inertia
|
@inertia
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -16,4 +16,4 @@ module.exports = {
|
|||||||
require('@tailwindcss/typography'),
|
require('@tailwindcss/typography'),
|
||||||
require('@tailwindcss/line-clamp')
|
require('@tailwindcss/line-clamp')
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user