feat: build scripts

This commit is contained in:
Gab
2026-03-24 18:55:20 +11:00
parent 943278e380
commit d716f9a6d6
2 changed files with 26 additions and 25 deletions

View File

@@ -18,6 +18,7 @@ import pkg from "../package.json"
// tfcode version
const TFCODE_VERSION = pkg.version
const TFCODE_NAME = "tfcode"
const GITEA_REPO = "ToothFairyAI/tf_code"
// Fetch models snapshot
const modelsUrl = process.env.TFCODE_MODELS_URL || "https://models.dev"
@@ -191,4 +192,4 @@ if (Script.release || process.env.TFCODE_RELEASE) {
console.log("Binaries packaged. Upload to Gitea releases manually or use publish.ts")
}
export { binaries, TFCODE_VERSION }
export { binaries, TFCODE_VERSION }