superfakenitro

This commit is contained in:
amy 2025-03-10 12:55:36 +03:30
parent e31beefa85
commit 27b7f9b5f8
No known key found for this signature in database
2 changed files with 46 additions and 0 deletions

View file

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