chore: Update package.json scripts for backend and frontend

This commit is contained in:
Jonas Pfalzgraf 2024-08-25 18:07:54 +02:00
parent d83803394b
commit c17594ec0b
59 changed files with 1218 additions and 2504 deletions

View file

@ -3,17 +3,6 @@
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based console
| commands. Each Closure is bound to a command instance allowing a
| simple approach to interacting with each command's IO methods.
|
*/
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
})->purpose('Display an inspiring quote')->hourly();