Skip to content

Commit

Permalink
Rebuild web assets
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jun 26, 2024
1 parent ff901ac commit 4f7ccc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"entrypoints": {
"app": {
"css": [
"/app.dea15b53.css",
"/app.dea15b53.rtl.css"
"/app.11fbf20a.css",
"/app.11fbf20a.rtl.css"
],
"js": [
"/app.5a01f8c5.js"
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app.css": "app.dea15b53.css",
"app.rtl.css": "app.dea15b53.rtl.css",
"app.css": "app.11fbf20a.css",
"app.rtl.css": "app.11fbf20a.rtl.css",
"app.js": "app.5a01f8c5.js",
"form.js": "form.6e84c31d.js",
"page-layout.js": "page-layout.3347892e.js",
Expand Down

0 comments on commit 4f7ccc7

Please sign in to comment.