mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
6 lines
108 B
TypeScript
Vendored
6 lines
108 B
TypeScript
Vendored
import * as dotenv from "dotenv";
|
|
|
|
dotenv.config({ quiet: true });
|
|
//
|
|
console.log(process.env.GITEA_PATH);
|