mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
First public commit
This commit is contained in:
commit
e05cd62e53
228 changed files with 17717 additions and 0 deletions
16
environment.d.ts
vendored
Normal file
16
environment.d.ts
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
DATABASE_URL: string;
|
||||
NODE_ENV: "development" | "production";
|
||||
JWT_SECRET: string;
|
||||
SENDGRID_API_KEY?: string;
|
||||
MAINTENANCE_MODE?: "true";
|
||||
PLAUSIBLE_DOMAIN?: string;
|
||||
NEXT_PUBLIC_CRISP_WEBSITE_ID?: string;
|
||||
LEGACY_MONGODB_URI?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
Loading…
Add table
Add a link
Reference in a new issue