My personal website!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 14 lines 251 B view raw
1// environment.d.ts 2declare global { 3 namespace NodeJS { 4 interface ProcessEnv { 5 PORT: string; 6 ATPROTO_DID: string; 7 ATPROTO_PDS: string; 8 ATPROTO_PASSWORD: string; 9 } 10 } 11} 12 13// Ensures the file is treated as a module, if needed 14export {};