Compare commits

...

2 Commits

Author SHA1 Message Date
Aradhya-Tripathi d6775e7279 chore(path): Use path relative from root project dir 2026-02-03 15:35:01 +05:30
Aradhya-Tripathi 3e7555264f fix(setup): Add frappe dependency and build utils 2026-01-30 15:12:23 +05:30
+6 -1
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"