Skip to content

Commit

Permalink
Include autogenerated env file
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-grover authored and github-actions[bot] committed Feb 25, 2023
1 parent 1e8d67c commit de1b5d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ cache/

# vercel
.vercel

# autogenerated files
src/env.d.ts
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUncheckedIndexedAccess": true,
"baseUrl": "src",
"types": ["astro/client"]
"baseUrl": "src"
}
}

1 comment on commit de1b5d8

@vercel
Copy link

@vercel vercel bot commented on de1b5d8 Feb 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alexgrover-me – ./

alexgrover-me-alexgrover.vercel.app
alexgrover-me.vercel.app
alexgrover-me-git-main-alexgrover.vercel.app

Please sign in to comment.