build test

This commit is contained in:
lutinglt
2025-12-02 14:37:32 +08:00
parent 86e488aafb
commit 76e547987b
3 changed files with 56 additions and 1 deletions

5
scripts/translate.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import * as dotenv from "dotenv";
dotenv.config({ quiet: true });
console.log(process.env.GITEA_PATH);