remove erroneous mount entry from fly.toml (#2644)

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
This commit is contained in:
Dan Groshev 2024-01-25 16:49:57 +00:00 committed by GitHub
parent 006d2a7ffc
commit 8fffd87a4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
app = "tldraw-repo-sync"
kill_signal = "SIGINT"
kill_timeout = 5
mounts = []
primary_region = "lhr"
processes = []