diff --git a/resources/js/app.js b/resources/js/app.js index e69de29..cedfc4c 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -0,0 +1,4 @@ +import.meta.glob([ + '../images/**', + '../fonts/**', +]);