[reverb] 'reverb-dev'script in package.json
This commit is contained in:
parent
c18433a9d6
commit
c349a78f14
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
@if($count > 0)
|
<span>
|
||||||
<p class="text-base text-gray-700 animate-pulse"> Pending {{ $type }} for this project: {{ $this->count }}</p>
|
@if($count > 0)
|
||||||
@endif
|
<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