feat: implement distributed caching

This commit is contained in:
mrjvs
2026-08-19 13:48:47 +02:00
parent 2390b6c6fd
commit 5a31197dcf
8 changed files with 134 additions and 32 deletions

View File

@@ -6,6 +6,8 @@ declare module '#app' {
declare module 'nuxt/schema' {
interface RuntimeConfig {
trustProxy: boolean;
githubApiToken: string;
stripeSecretKey: string;
@@ -38,6 +40,8 @@ declare module 'nuxt/schema' {
apiBase: string;
apiBaseHost: string;
redisUrl: string;
}
interface PublicRuntimeConfig {