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
funkwhale
funkwhale
Commits
4faafd52
Commit
4faafd52
authored
Jun 26, 2022
by
Kasper Seweryn
🥞
Browse files
Fix vite.config.ts
parent
8e937513
Pipeline
#21735
passed with stage
in 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
front/vite.config.ts
View file @
4faafd52
...
...
@@ -58,8 +58,8 @@ export default defineConfig(() => ({
build
:
{
rollupOptions
:
{
input
:
{
main
:
path
.
resolve
(
__dirname
,
'
./index.html
'
),
embed
:
path
.
resolve
(
__dirname
,
'
./embed.html
'
)
main
:
resolve
(
__dirname
,
'
./index.html
'
),
embed
:
resolve
(
__dirname
,
'
./embed.html
'
)
}
}
}
...
...
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