Update index

This commit is contained in:
kodjomoustapha
2023-08-24 11:27:28 +01:00
parent 7e613e551e
commit 7249635f3a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -25,7 +25,7 @@ void main() {
_sourcesList.map((source) => source.toJson()).toList(); _sourcesList.map((source) => source.toJson()).toList();
final jsonString = jsonEncode(jsonList); final jsonString = jsonEncode(jsonList);
final file = File('../index.json'); final file = File('index.json');
file.writeAsStringSync(jsonString); file.writeAsStringSync(jsonString);
log('JSON file created: ${file.path}'); log('JSON file created: ${file.path}');