chore: display the direct command in add worker
This commit is contained in:
+3
-1
@@ -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<{
|
||||
|
||||
Reference in New Issue
Block a user