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
pull/2650/head^2
Dan Groshev 2024-01-25 16:49:57 +00:00 zatwierdzone przez GitHub
rodzic 006d2a7ffc
commit 8fffd87a4f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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