- typsafe vanilla_error_reporter.ts
Some checks failed
CI Pipeline / japa-tests (push) Failing after 59s

- updated Dockerfole for using node 20
- remove validator_old.ts
- npm updates
This commit is contained in:
Kaimbacher 2024-05-21 14:41:10 +02:00
parent ec17d79cf2
commit 770e791613
9 changed files with 204 additions and 381 deletions

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import type { ApplicationService } from '@adonisjs/core/types';
import { validator } from '@adonisjs/validator';
import { Request } from '@adonisjs/core/http';