Fix swapped names and URLs in metadata.json
Corrected the 'name' and 'url' fields for settings.js and flux.settings.js in apps/flux/metadata.json to ensure proper mapping.master
parent
751bf928cc
commit
5d1c95e1f6
|
|
@ -25,8 +25,8 @@
|
||||||
"url": "app.js"
|
"url": "app.js"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "settings.js",
|
"name": "flux.settings.js",
|
||||||
"url": "flux.settings.js"
|
"url": "settings.js"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "flux.img",
|
"name": "flux.img",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue