Skip to content

Commit

Permalink
Revert "chore(docs): do not use turbo"
Browse files Browse the repository at this point in the history
This reverts commit dfa2344.
  • Loading branch information
mcharytoniuk committed Jan 18, 2024
1 parent b3a8266 commit 6546ece
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Template/StaticPageLayout/Turbo.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class="global-edit-on-github"
*/
protected function registerScripts(PriorityQueue $scripts): void
{
$scripts->push('global_turbo.ts', 900);
$scripts->push('global_stimulus.ts', 800);
}

Expand Down
5 changes: 5 additions & 0 deletions resources/ts/docs/global_turbo.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import "@hotwired/turbo";

import { configureTurbo } from "../configureTurbo";

configureTurbo();

0 comments on commit 6546ece

Please sign in to comment.