amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 5)
20f83d9 verified
Raw
History Blame Contribute Delete
150 Bytes
/** Ambient declaration for process.env — shared by all server-side modules. */
declare const process: { env: Record<string, string | undefined> };