initial commit
This commit is contained in:
commit
5449e361d5
46 changed files with 8309 additions and 0 deletions
7
src/settings/stores.ts
Normal file
7
src/settings/stores.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { persistentMap } from "@nanostores/persistent";
|
||||
|
||||
type Settings = {
|
||||
onGoingOAuth2Process?: string
|
||||
}
|
||||
|
||||
export const $settings = persistentMap<Settings>("settings::", {})
|
Loading…
Add table
Add a link
Reference in a new issue