- {environments.map((environment, index) => {
- return (
-
-
-
+
+ {environments.map((environment) => (
+
-
-
-
-
- );
- })}
+ {environmentTitle(environment)}
+
+ }
+ variant="button"
+ />
+ ))}
+ {environmentIds.error}
+
+ Dev environment variables specified here will be overridden by ones in your .env
+ file when running locally.
+
+
+ Tip: Paste your .env into this form to populate it:
+
+
+
+
+
+ setRevealAll(e.valueOf())}
+ />
+
+
+
+ {variables.error}
-
- Dev environment variables specified here will be overridden by ones in your{" "}
- .env file when running locally.
-
-
- {key.error}
{form.error}
- {isLoading ? "Saving" : "Save and add another"}
+ {isLoading ? "Saving" : "Save"}
}
@@ -251,3 +279,164 @@ export default function Page() {