Skip to content

Commit

Permalink
Remove making object
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 8, 2024
1 parent a31d314 commit 5702f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default Object.freeze({
export default {
SUPABASE_URL: SUPABASE_URL,
SUPABASE_ANON_KEY: SUPABASE_ANON_KEY
});
SUPABASE_ANON_KEY: SUPABASE_ANON_KEY,
};
2 changes: 1 addition & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
]
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx", "config.js"],
"exclude": ["node_modules"]
}

0 comments on commit 5702f5e

Please sign in to comment.