mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
Remove server: false
This commit is contained in:
parent
01a2977114
commit
f14d436888
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue