We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02a450 commit 2576738Copy full SHA for 2576738
docs/fly.toml
@@ -1,9 +1,9 @@
1
-# fly.toml app configuration file generated for react-router-devtools-docs on 2025-10-09T12:48:17+02:00
+# fly.toml app configuration file generated for react-router-devtools on 2026-04-05T18:04:39+02:00
2
#
3
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
5
6
-app = 'react-router-devtools-docs'
+app = 'react-router-devtools'
7
primary_region = 'fra'
8
9
[build]
@@ -18,3 +18,6 @@ primary_region = 'fra'
18
19
[[vm]]
20
size = 'shared-cpu-1x'
21
+ memory = '256mb'
22
+ cpus = 1
23
+ memory_mb = 256
0 commit comments