Init development stack

This commit is contained in:
Jan-Niclas Loosen
2026-02-16 18:37:29 +01:00
commit 7f3fd36186
26 changed files with 7620 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@php($livewireUrl = plugins_url('village-archive/vendor/livewire/livewire/dist/livewire.esm.js'))
<script type="module">
import { Livewire } from '{{ $livewireUrl }}';
Livewire.start();
</script>
@livewireStyles