added auto detect branch name and version tag

This commit is contained in:
Anirban Kar
2024-12-16 01:54:24 +05:30
parent c4f94aa517
commit 885e104f27
11 changed files with 79 additions and 65 deletions

View File

@@ -47,4 +47,4 @@ export const isEventLogsEnabled = atom(false);
export const isLocalModelsEnabled = atom(true);
export const latestBranch = atom(false);
export const latestBranchStore = atom(false);