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

@ -2,17 +2,6 @@
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "web" middleware group. Make something great!
|
*/
Route::get('/', function () {
return view('welcome');
});