diff --git a/frontend/.gitignore b/frontend/.gitignore index 8430c68..162a0ac 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -7,3 +7,4 @@ dist/ # clerk configuration (can include secrets) /.clerk/ +next-env.d.ts diff --git a/frontend/next-env.d.ts b/frontend/next-env.d.ts deleted file mode 100644 index 9edff1c..0000000 --- a/frontend/next-env.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -/// -/// -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.