chore: display the direct command in add worker

This commit is contained in:
jialin
2024-12-23 16:33:08 +08:00
parent 4391705c9a
commit e7de1896ea
32 changed files with 359 additions and 125 deletions
+3 -1
View File
@@ -6,9 +6,11 @@ export const userAtom = atomWithStorage<any>('userInfo', null);
export const GPUStackVersionAtom = atom<{
version: string;
git_commit: string;
isProduction: boolean;
}>({
version: '',
git_commit: ''
git_commit: '',
isProduction: false
});
export const UpdateCheckAtom = atom<{