mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 08:33:10 +00:00
feat: build scripts
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user