Variable BACKENDSConst

BACKENDS: {
    imageOptimizer: string;
    js: string;
    permanentStatic: string;
    static: string;
} = ...

The backend for cloud functions

Type declaration

  • imageOptimizer: string
  • js: string
  • permanentStatic: string
  • static: string

Generated using TypeDoc