Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mobilizon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Mobilizon
Commits
80e3095b
Commit
80e3095b
authored
1 year ago
by
778a69cd
Browse files
Options
Downloads
Patches
Plain Diff
provide new location for vite manifest, as that changed in vite 5
parent
5429afba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/config.exs
+1
-1
1 addition, 1 deletion
config/config.exs
config/e2e.exs
+1
-1
1 addition, 1 deletion
config/e2e.exs
with
2 additions
and
2 deletions
config/config.exs
+
1
−
1
View file @
80e3095b
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
config/e2e.exs
+
1
−
1
View file @
80e3095b
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment