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"