Move from drone-ci to forgejo actions.

This commit is contained in:
Manuel Friedli 2026-02-25 19:26:29 +01:00
parent b6359bcb5d
commit 7318000218
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
3 changed files with 14 additions and 17 deletions

2
next-env.d.ts vendored
View file

@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.