Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matthew J.
funkwhale
Commits
6cbe9cb7
Commit
6cbe9cb7
authored
Mar 10, 2022
by
Marcos Peña
Committed by
Marcos Peña
Mar 11, 2022
Browse files
Removes vite warning (missing slash)
parent
42ff6fe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/package.json
View file @
6cbe9cb7
...
...
@@ -5,7 +5,7 @@
"description"
:
"Funkwhale front-end"
,
"author"
:
"Funkwhale Collective <contact@funkwhale.audio>"
,
"scripts"
:
{
"dev"
:
"vite --host --base
=
front"
,
"dev"
:
"vite --host --base
/
front
/
"
,
"build"
:
"vite build"
,
"build:deployment"
:
"vite build --base /front/"
,
"serve"
:
"vite preview"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment