Skip to content

Commit

Permalink
update package name and remove unused environment variable from types…
Browse files Browse the repository at this point in the history
…cript confis
  • Loading branch information
dpgraham4401 committed Mar 10, 2024
1 parent a2164f9 commit c1ff1f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dpgraham-client",
"name": "vimpirate",
"version": "0.2.2",
"private": true,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// https://vitejs.dev/guide/env-and-mode.html#intellisense-for-typescript

interface ImportMetaEnv {
readonly VITE_SITE_URL: string;
readonly VITE_STORAGE_URL: string;
// more env variables...
}
Expand Down

0 comments on commit c1ff1f9

Please sign in to comment.