Skip to content

Commit

Permalink
Add pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Nov 6, 2023
1 parent 12428be commit 4468e53
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 126 deletions.
5 changes: 5 additions & 0 deletions src/SDK/Language/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ public function getFiles(): array
'destination' => 'lib/config.js',
'template' => 'cli/lib/config.js.twig',
],
[
'scope' => 'default',
'destination' => 'lib/paginate.js',
'template' => 'cli/lib/paginate.js.twig',
],
[
'scope' => 'default',
'destination' => 'lib/client.js',
Expand Down
Loading

0 comments on commit 4468e53

Please sign in to comment.