Compare commits

...

1 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
+2 -2
View File
@@ -70,5 +70,5 @@ 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"
out_dir = "./lms/public/frontend"
index_html_path = "./lms/www/_lms.html"