Remove server: false

This commit is contained in:
Alexandre de Souza 2025-07-17 17:04:05 -03:00
parent 01a2977114
commit f14d436888
No known key found for this signature in database
GPG key ID: E39228FFBA346545

View file

@ -41,7 +41,6 @@ defmodule LivebookCLI.Deploy do
@impl true
def call(args) do
Application.put_env(:livebook, :mode, :cli)
Application.put_env(:livebook, LivebookWeb.Endpoint, server: false)
{:ok, _} = Application.ensure_all_started(:livebook)
config = config_from_args(args)