Skip to content

Commit 608d4eb

Browse files
authored
Fix: Update web_bundle_dir after changing build engine to Vite (#873)
1 parent 9152d55 commit 608d4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mwdb/paths.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
migrations_dir = os.path.abspath(os.path.join(package_dir, "model/migrations"))
66

77
web_package_dir = os.path.abspath(os.path.join(package_dir, "web"))
8-
web_bundle_dir = os.path.join(web_package_dir, "build")
8+
web_bundle_dir = os.path.join(web_package_dir, "dist")
99

1010
templates_dir = os.path.join(package_dir, "templates")
1111
mail_templates_dir = os.path.join(templates_dir, "mail")

0 commit comments

Comments
 (0)