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

@ -6,5 +6,5 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
//
}