This commit is contained in:
Andras Bacsai
2021-06-22 10:19:20 +02:00
committed by GitHub
parent 2ff9c5fed5
commit 807d526ffa
15 changed files with 762 additions and 253 deletions

View File

@@ -6,7 +6,9 @@ import type {
GithubInstallations
} from 'src/global';
import { writable } from 'svelte/store';
export const settings = writable({
clientId: null
})
export const dashboard = writable<Dashboard>({
databases: {
deployed: []