Skip to content

Commit 7d6b9bf

Browse files
committed
feat: Adding unique id generation
1 parent 5c5dc19 commit 7d6b9bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SDK/Language/CLI.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ public function getFiles(): array
152152
'destination' => 'lib/client.js',
153153
'template' => 'cli/lib/client.js.twig',
154154
],
155+
[
156+
'scope' => 'default',
157+
'destination' => 'lib/id.js',
158+
'template' => 'cli/lib/id.js.twig',
159+
],
155160
[
156161
'scope' => 'default',
157162
'destination' => 'lib/utils.js',

0 commit comments

Comments
 (0)