[Task]: Version-control the default config.g.dart #24200
Closed
Description
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:
cp playground/frontend/lib/config.example.dart playground/frontend/lib/config.g.dart
Issue Priority
Priority: 3
Issue Component
Component: beam-playground
Metadata
Assignees
Type
Projects
Status
Done