Create Publish panel to easy GitHub and Vercel push (#655)
This commit is contained in:
@@ -8,7 +8,7 @@ export const appsListAtom = atom<App[]>([]);
|
||||
export const appBasePathAtom = atom<string>("");
|
||||
export const versionsListAtom = atom<Version[]>([]);
|
||||
export const previewModeAtom = atom<
|
||||
"preview" | "code" | "problems" | "configure"
|
||||
"preview" | "code" | "problems" | "configure" | "publish"
|
||||
>("preview");
|
||||
export const selectedVersionIdAtom = atom<string | null>(null);
|
||||
export const appOutputAtom = atom<AppOutput[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user