Skip to content

Commit

Permalink
🐛 Fix glob assets
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 19, 2023
1 parent 99801f5 commit 4d6de08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/designs/scripts/app.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import "./vendor";

import.meta.glob(["../images/**"]);
import.meta.glob(["../../assets/**"]);

0 comments on commit 4d6de08

Please sign in to comment.