Skip to content
Snippets Groups Projects
Commit 57b6bc60 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Merge branch 'vite-manifest-fix' into 'main'

Provide new location for vite manifest, as that changed in vite 5

See merge request framasoft/mobilizon!1532
parents c919b992 80e3095b
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ config :vite_phx,
environment: config_env(),
# this manifest is different from the Phoenix "cache_manifest.json"!
# optional
vite_manifest: "priv/static/manifest.json",
vite_manifest: "priv/static/.vite/manifest.json",
# optional
dev_server_address: "http://localhost:5173"
......
......@@ -25,7 +25,7 @@ config :vite_phx,
release_app: :mobilizon,
# Hard code :prod as an environment as :e2e will not be recongnized
environment: :prod,
vite_manifest: "priv/static/manifest.json",
vite_manifest: "priv/static/.vite/manifest.json",
phx_manifest: "priv/static/cache_manifest.json",
dev_server_address: "http://localhost:5173"
......
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