How can i override js file in custom apps.version-14.public/js/frappe/views/image$ vim image_view.js

I want to override image view of Doctype-Item…and display with custom field in item details
.public/js/frappe/views/image$ vim image_view.js

frappe.ui.form.off(“Fees”, “fee_structure”)

cur_frm.cscript.fee_structure = function (frm) {

console.log("hello ..............................s")

}
try this method to override a function