[reverb] 'reverb-dev'script in package.json

This commit is contained in:
guillaume91 2024-05-29 16:43:59 +02:00
parent c18433a9d6
commit c349a78f14
2 changed files with 8 additions and 4 deletions

View file

@ -3,7 +3,8 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build" "build": "vite build",
"reverb-dev": "php artisan reverb:start --debug"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",

View file

@ -1,3 +1,6 @@
@if($count > 0) <span>
@if($count > 0)
<p class="text-base text-gray-700 animate-pulse"> Pending {{ $type }} for this project: {{ $this->count }}</p> <p class="text-base text-gray-700 animate-pulse"> Pending {{ $type }} for this project: {{ $this->count }}</p>
@endif @endif
</span>