Skip to content

Commit 2de100e

Browse files
committed
better type safety on aws regions const
1 parent 778a637 commit 2de100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/util/aws-regions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ export const awsRegions = [
3030
"sa-east-1",
3131
"us-gov-east-1",
3232
"us-gov-west-1"
33-
];
33+
] as const;

0 commit comments

Comments
 (0)