Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan authored Jan 8, 2025
1 parent 945d461 commit 44bb7a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/dart_services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ To rebuild the shelf router, run:
dart run build_runner build --delete-conflicting-outputs
```

### Building storage artifacts
Dart services pre-compiles `.dill` files for the Dart SDK and Flutter Web SDK, which
are uploaded to Cloud Storage automatically.

If you need to re-generate these files, run the following command.

```
grind build-storage-artifacts
```

### Modifying supported packages

Package dependencies are pinned using the `pub_dependencies_<CHANNEL>.yaml`
Expand Down

0 comments on commit 44bb7a5

Please sign in to comment.