Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created August 22, 2025 11:48
Show Gist options
  • Save AppleCEO/8f22f0f28e6accf7b950b9f88ba52c3b to your computer and use it in GitHub Desktop.
Save AppleCEO/8f22f0f28e6accf7b950b9f88ba52c3b to your computer and use it in GitHub Desktop.
enum Stage: String {
case production
case staging
case dev
case local
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment