Skip to content

Commit edcf2d6

Browse files
committed
Update tfagents-flutter
1 parent 58e62ea commit edcf2d6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tfagents-flutter/codelab_rebuild.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ steps:
99
- name: Add deps
1010
path: frontend
1111
flutter: pub add http
12+
- name: Add .gemini directory
13+
mkdir: frontend/.gemini
14+
- name: Add .gemini/settings.json
15+
path: frontend/.gemini/settings.json
16+
replace-contents: |
17+
{
18+
"mcpServers": {
19+
"dart": {
20+
"command": "dart",
21+
"args": [
22+
"mcp-server"
23+
]
24+
}
25+
}
26+
}
1227
- name: Strip DEVELOPMENT_TEAM
1328
strip-lines-containing: DEVELOPMENT_TEAM =
1429
path: frontend/ios/Runner.xcodeproj/project.pbxproj

0 commit comments

Comments
 (0)