KC's Workspace
    Preparing search index...
    ApiConfig: Pick<
        ServerOptions$1,
        "port"
        | "strictPort"
        | "host"
        | "middlewareMode",
    > & { allowExec?: boolean; allowWrite?: boolean }

    Type Declaration

    • OptionalallowExec?: boolean

      Allow running test files via the API. If api.host is exposed to network and allowWrite is true, anyone connected to the API server can run arbitrary code on your machine.

      true if api.host is exposed to network, false otherwise

    • OptionalallowWrite?: boolean

      Allow any write operations from the API server.

      true if api.host is exposed to network, false otherwise