Skip to content

Commit

Permalink
angular17
Browse files Browse the repository at this point in the history
  • Loading branch information
ben33880 committed Mar 17, 2024
1 parent a983e03 commit 218cf6f
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 @@ -54,7 +54,6 @@ testem.log
/typings
/reports
/src/translations/template.*
/src/environments/.env.*

# System Files
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions src/environments/.env.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const env: { [s: string]: string | null } = {
npm_package_version: '1.0.0'
};

0 comments on commit 218cf6f

Please sign in to comment.