fixed conditional rendering logic
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 7m27s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 7m27s
This commit is contained in:
@@ -8,6 +8,8 @@ interface NextContext {
|
||||
params: Promise<Record<string, string>>;
|
||||
}
|
||||
|
||||
console.log(process.env);
|
||||
|
||||
const environment = process.env.NODE_ENV || "development";
|
||||
|
||||
const isValidApiKey = (apiKey: string): boolean => {
|
||||
|
||||
Reference in New Issue
Block a user