Skip to content
Snippets Groups Projects
Verified Commit de48aeb8 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '759-finalise-vuetify-app-as-spa' of...

Merge branch '759-finalise-vuetify-app-as-spa' of edugit.org:AlekSIS/official/AlekSIS-Core into 759-finalise-vuetify-app-as-spa
parents cd4f2ff1 61e66423
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
Pipeline #107823 canceled
......@@ -34,7 +34,7 @@ def write_vite_values(out_path: str) -> dict[str, Any]:
vite_values["appDetails"][app]["name"] = app.split(".")[-1]
vite_values["appDetails"][app]["assetDir"] = path
vite_values["appDetails"][app]["hasMessages"] = os.path.exists(
os.path.join(path, "messages.json")
os.path.join(path, "messages", "en.json")
)
# Add core entrypoint
vite_values["coreAssetDir"] = os.path.join(settings.BASE_DIR, "aleksis", "core", "assets")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment