Skip to content

Commit

Permalink
fix: stacked.json format on template (#13)
Browse files Browse the repository at this point in the history
* Fix stacked.json format

* Compile templates
  • Loading branch information
ferrarafer authored Apr 18, 2023
1 parent fd39c1d commit 465789f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/src/templates/app/web/stacked.json.stk
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"register_mocks_function": "registerServices",
"v1": false,
"line_length": 80,
"prefer_web": true,
}
"prefer_web": true
}
3 changes: 2 additions & 1 deletion lib/src/templates/compiled_templates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ const String kAppWebTemplateStackedJsonStkContent = '''
"register_mocks_function": "registerServices",
"v1": false,
"line_length": 80,
"prefer_web": true,
"prefer_web": true
}
''';

// --------------------------------------------------
Expand Down

0 comments on commit 465789f

Please sign in to comment.