From 0985451276b40113901a93283dc49bf9a26765d4 Mon Sep 17 00:00:00 2001 From: sokumon Date: Fri, 28 Aug 2026 02:25:26 +0530 Subject: [PATCH] fix: remove the conf file --- erpnext/public/js/conf.js | 4 ---- erpnext/public/js/erpnext.bundle.js | 1 - 2 files changed, 5 deletions(-) delete mode 100644 erpnext/public/js/conf.js diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js deleted file mode 100644 index 421679b2ef5..00000000000 --- a/erpnext/public/js/conf.js +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors -// License: GNU General Public License v3. See license.txt - -frappe.provide("erpnext"); diff --git a/erpnext/public/js/erpnext.bundle.js b/erpnext/public/js/erpnext.bundle.js index aac34672fde..ff6e0e5e0d4 100644 --- a/erpnext/public/js/erpnext.bundle.js +++ b/erpnext/public/js/erpnext.bundle.js @@ -1,4 +1,3 @@ -import "./conf"; import "./utils"; import "./stock_reservation"; import "./queries";