This commit is contained in:
2025-04-15 18:03:18 +05:00
parent ca5620f1d0
commit ea830f0289
14 changed files with 397 additions and 12 deletions
Vendored
+5
View File
@@ -0,0 +1,5 @@
declare namespace NodeJS {
interface ProcessEnv {
readonly DB_URL: string;
}
}