feat: Add application emoji search

This commit is contained in:
Linnea Gräf 2025-03-10 18:36:32 +01:00
parent da13cdf3e9
commit 7b707ec557
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
5 changed files with 51 additions and 17 deletions

View file

@ -4,7 +4,7 @@ const configT = z.object({
token: z.string(),
listenbrainzAccount: z.string(),
gitapi: z.string(),
applicationid: z.string(),
// applicationid: z.string(),
});
export type Config = z.infer<typeof configT>;
export const config: Config = configT.parse(rawconfig);