Release v1.4.0 #146
5 changed files with 7 additions and 5 deletions
|
|
@ -15,7 +15,6 @@
|
|||
"vite": "^6.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.14.8",
|
||||
"axios": "^1.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
import "./bootstrap";
|
||||
import { Livewire } from '../../vendor/livewire/livewire/dist/livewire.esm';
|
||||
import './bootstrap';
|
||||
|
||||
Livewire.start();
|
||||
|
|
|
|||
|
|
@ -119,6 +119,6 @@ class="px-4 border-r border-gray-200 dark:border-gray-700 text-gray-500 dark:tex
|
|||
</div>
|
||||
</div>
|
||||
|
||||
@livewireScripts
|
||||
@livewireScriptConfig
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -47,6 +47,6 @@
|
|||
<p>Route your feeds to the Fediverse</p>
|
||||
</div>
|
||||
</div>
|
||||
@livewireScripts
|
||||
@livewireScriptConfig
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -67,6 +67,6 @@
|
|||
<p>Route your feeds to the Fediverse</p>
|
||||
</div>
|
||||
</div>
|
||||
@livewireScripts
|
||||
@livewireScriptConfig
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue