Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds different entry points to dev and prod #260

Conversation

Vanethos
Copy link
Collaborator

closes #254

Adds different entrypoint for dev and prod

To run the dev endpoint we use:

flutter run -t lib/main_dev.dart

To run the prod endpoint we use:

flutter run

This warrants that the CI/CD continues to use the main.dart file to deploy for production

@miguelpruivo miguelpruivo merged commit d95160a into dev Apr 25, 2020
@OldMetalmind OldMetalmind deleted the task/#254-Create-different-main-files-for-different-environmnents branch November 14, 2020 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create different main files for different environmnents
2 participants