2024-04-15 16:00:49 +02:00
|
|
|
/**
|
|
|
|
* Front-end JavaScript
|
|
|
|
*
|
|
|
|
* The JavaScript code you place here will be processed by esbuild. The output
|
|
|
|
* file will be created at `../theme/js/script.min.js` and enqueued in
|
|
|
|
* `../theme/functions.php`.
|
|
|
|
*
|
|
|
|
* For esbuild documentation, please see:
|
|
|
|
* https://esbuild.github.io/
|
|
|
|
*/
|
2024-04-17 22:10:17 +02:00
|
|
|
import Alpine from 'alpinejs'
|
|
|
|
|
|
|
|
window.Alpine = Alpine
|
|
|
|
|
|
|
|
Alpine.start()
|