Skip to content

Commit

Permalink
Add copyright header to next-env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Jan 31, 2025
1 parent 6949ce5 commit a311329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ env/
*.log
temp-landing-page/
.env*.local
next-env.d.ts
3 changes: 3 additions & 0 deletions portal/server/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

/// <reference types="next" />
/// <reference types="next/image-types/global" />

Expand Down

0 comments on commit a311329

Please sign in to comment.