From 3e7555264f0203d18c592d154b6fb5cbd69e5995 Mon Sep 17 00:00:00 2001 From: Aradhya-Tripathi Date: Fri, 30 Jan 2026 15:12:23 +0530 Subject: [PATCH] fix(setup): Add frappe dependency and build utils --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1463f1bc..4730269f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,4 +66,9 @@ indent-style = "tab" docstring-code-format = true [tool.bench.frappe-dependencies] -frappe = ">=15.0.0,<=17.0.0-dev" \ No newline at end of file +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"