From d6775e7279fe2af8f5550eed5447624e41a85ca2 Mon Sep 17 00:00:00 2001 From: Aradhya-Tripathi Date: Tue, 3 Feb 2026 15:35:01 +0530 Subject: [PATCH] chore(path): Use path relative from root project dir --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4730269f..050e4f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"