Skip to content

Commit

Permalink
Rebuild frontend assets
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 16, 2024
1 parent e7e6318 commit a1e6420
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
Expand Up @@ -2,8 +2,8 @@
"entrypoints": {
"app": {
"css": [
"/app.c8a6d1ff.css",
"/app.c8a6d1ff.rtl.css"
"/app.c07843af.css",
"/app.c07843af.rtl.css"
],
"js": [
"/app.5a01f8c5.js"
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/public/manifest.json
@@ -1,6 +1,6 @@
{
"app.css": "app.c8a6d1ff.css",
"app.rtl.css": "app.c8a6d1ff.rtl.css",
"app.css": "app.c07843af.css",
"app.rtl.css": "app.c07843af.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 a1e6420

Please sign in to comment.