[reverb] 'reverb-dev'script in package.json
This commit is contained in:
parent
c18433a9d6
commit
c349a78f14
|
|
@ -3,7 +3,8 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
"build": "vite build",
|
||||
"reverb-dev": "php artisan reverb:start --debug"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
@if($count > 0)
|
||||
<p class="text-base text-gray-700 animate-pulse"> Pending {{ $type }} for this project: {{ $this->count }}</p>
|
||||
@endif
|
||||
<span>
|
||||
@if($count > 0)
|
||||
<p class="text-base text-gray-700 animate-pulse"> Pending {{ $type }} for this project: {{ $this->count }}</p>
|
||||
@endif
|
||||
</span>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue