Skip to content

Commit aa4cb9f

Browse files
committed
chore: add next-env.d.ts for template frontend; gitignore local TLS certificates
1 parent f1f1827 commit aa4cb9f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apps/template/frontend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
certificates/
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/// <reference types="next" />
2+
/// <reference types="next/image-types/global" />
3+
import "./.next/dev/types/routes.d.ts";
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)