Skip to content

Commit

Permalink
fix: fixed spec not caching
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Jan 19, 2024
1 parent 9bd7a80 commit b2fcd94
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ class Openapi {

/// The path where to store the cached copy of the specification.
///
/// For use with [useNextGen].
/// If you have more than one spec file, you can use this to cache them separately otherwise they will all be cached
/// in the exact same file which means only the last spec that was processed with end up being cached.
///
/// e.g .dart_tool/spec/specA.json
final String? cachePath;

/// Use a custom pubspec when running the generator.
Expand Down

0 comments on commit b2fcd94

Please sign in to comment.