fix: docker build and prisma orm database push

This commit is contained in:
Manuel
2023-08-29 21:19:36 +02:00
parent ab2e827270
commit aee541b6dc
3 changed files with 6 additions and 3 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.