chef-express
    Preparing search index...

    Type Alias Config

    chef config

    type Config = {
        cache: number;
        debug: boolean;
        folder: string;
        join: string;
        leave: string;
        plugins: { [plugin: string]: Plugin };
        port: number;
        spa: boolean;
        ssl: { cert: string; key: string } | null;
        type: "core" | "express" | "socket" | "uws";
    }
    Index

    Properties

    cache: number
    debug: boolean
    folder: string
    join: string
    leave: string
    plugins: { [plugin: string]: Plugin }
    port: number
    spa: boolean
    ssl: { cert: string; key: string } | null
    type: "core" | "express" | "socket" | "uws"