Skip to content

Commit

Permalink
initialize user config
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Dec 19, 2023
1 parent e76b514 commit 3b364c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ toast.setDefaults({
pauseOnHover: true,
extraClasses: "is-light invertable"
});

globalThis.USER_CONFIG = {} as any;

0 comments on commit 3b364c8

Please sign in to comment.