From 8fffd87a4fade96607b891eedf91ee26a76f21b9 Mon Sep 17 00:00:00 2001 From: Dan Groshev Date: Thu, 25 Jan 2024 16:49:57 +0000 Subject: [PATCH] remove erroneous mount entry from fly.toml (#2644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fly CLI complains about the duplicate `mount` entry to `fly.toml`, failing the build ### Change Type - [x] `internal` — Any other changes that don't affect the published package --- apps/huppy/fly.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/huppy/fly.toml b/apps/huppy/fly.toml index 38936b4be..0b528246a 100644 --- a/apps/huppy/fly.toml +++ b/apps/huppy/fly.toml @@ -2,7 +2,6 @@ app = "tldraw-repo-sync" kill_signal = "SIGINT" kill_timeout = 5 -mounts = [] primary_region = "lhr" processes = []