mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-13 23:11:37 +08:00
6 lines
106 B
TypeScript
Vendored
6 lines
106 B
TypeScript
Vendored
import * as dotenv from "dotenv";
|
|
|
|
dotenv.config({ quiet: true });
|
|
|
|
console.log(process.env.GITEA_PATH);
|