diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 00:04:15 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 00:04:15 +1000 |
| commit | ed25a8790c43555d58c3debfcc2ec951fd4516fb (patch) | |
| tree | cdf4ee5213d61b4324558e4f9018ef1b9933daaa /src/config/index.ts | |
| parent | players: fix duplicate players (diff) | |
| download | caelestia-shell-ed25a8790c43555d58c3debfcc2ec951fd4516fb.tar.gz caelestia-shell-ed25a8790c43555d58c3debfcc2ec951fd4516fb.tar.bz2 caelestia-shell-ed25a8790c43555d58c3debfcc2ec951fd4516fb.zip | |
feat: news service
Diffstat (limited to 'src/config/index.ts')
| -rw-r--r-- | src/config/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/index.ts b/src/config/index.ts index abdb094..80b4dc4 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -21,5 +21,6 @@ export const { wallpapers, calendar, thumbnailer, + news, } = config; export default config; |