Variable usedSecretsConst

usedSecrets: {
    core: string[];
} = ...

This is a list of all the secrets that are used in the project. This can be useful for a NextJS app that wants to preload all the secrets into an env file for the Vercel deployment.

Type declaration

  • core: string[]

Generated using TypeDoc