Skip to content

Commit

Permalink
Add AJAX client
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsverkoyen committed Jan 7, 2025
1 parent eb7f3e7 commit 45d7536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Skeleton/PostCreateProject.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ private static function importAssets(Event $event): void
'debounce' => 'js/debounce.js',
'ScrollToTop' => 'controllers/scroll_to_top_controller.js',
'Popover' => 'controllers/popover_controller.js',
'ajax_client' => 'js/ajax_client.js',
];
foreach ($packages as $name => $path) {
$output = shell_exec(
Expand Down

0 comments on commit 45d7536

Please sign in to comment.