mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
chore(path): Use path relative from root project dir
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user