Skip to content

Commit 4468e53

Browse files
committed
Add pagination
1 parent 12428be commit 4468e53

File tree

5 files changed

+207
-126
lines changed

5 files changed

+207
-126
lines changed

src/SDK/Language/CLI.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ public function getFiles(): array
142142
'destination' => 'lib/config.js',
143143
'template' => 'cli/lib/config.js.twig',
144144
],
145+
[
146+
'scope' => 'default',
147+
'destination' => 'lib/paginate.js',
148+
'template' => 'cli/lib/paginate.js.twig',
149+
],
145150
[
146151
'scope' => 'default',
147152
'destination' => 'lib/client.js',

0 commit comments

Comments
 (0)