Skip to content

Commit 2576738

Browse files
committed
renamed app name in the fly.toml file
1 parent c02a450 commit 2576738

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/fly.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# fly.toml app configuration file generated for react-router-devtools-docs on 2025-10-09T12:48:17+02:00
1+
# fly.toml app configuration file generated for react-router-devtools on 2026-04-05T18:04:39+02:00
22
#
33
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
44
#
55

6-
app = 'react-router-devtools-docs'
6+
app = 'react-router-devtools'
77
primary_region = 'fra'
88

99
[build]
@@ -18,3 +18,6 @@ primary_region = 'fra'
1818

1919
[[vm]]
2020
size = 'shared-cpu-1x'
21+
memory = '256mb'
22+
cpus = 1
23+
memory_mb = 256

0 commit comments

Comments
 (0)