alexeyinkin opened a new issue, #24200:
URL: https://github.com/apache/beam/issues/24200

   ### What needs to happen?
   
   `/playground/frontend/lib/config.g.dart` is required to build both 
Playground and Tour of Beam Flutter apps. It is generated during the new GKE 
deployment but for development purposes we must have this file in the 
repository so the project is immediately runnable after checkout.
   
   However due to infrastructure migration issues we temporarily cannot have 
this file in the repository, and this must be fixed.
   
   Meanwhile the workaround is copy an example file after checkout:
   
   ```bash
   cp playground/frontend/lib/config.example.dart 
playground/frontend/lib/config.g.dart
   ```
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: beam-playground


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to