Merge pull request #2036 from Aradhya-Tripathi/setup-fix

fix(setup): Add frappe dependency and build utils
This commit is contained in:
Jannat Patel
2026-02-09 17:21:05 +05:30
committed by GitHub

View File

@@ -66,4 +66,9 @@ indent-style = "tab"
docstring-code-format = true
[tool.bench.frappe-dependencies]
frappe = ">=15.0.0,<=17.0.0-dev"
frappe = ">=15.0.0,<=17.0.0-dev"
[tool.bench.assets]
build_dir = "./frontend"
out_dir = "../lms/public/frontend"
index_html_path = "../lms/www/_lms.html"