@natoboram/load_env
    Preparing search index...

    Function maybeEnvStrings

    • Obtains an optional environment variable as a comma-separated list of strings.

      Parameters

      • key: string

      Returns undefined | string[]

      export const ALLOWED_ORIGINS = maybeEnvStrings("ALLOWED_ORIGINS")