Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
43832d16
"docs/assets/micro-benchmark-process-native.svg" did not exist on "157b4e2dd1f1ddcfb03394d2d7028152e3316666"
Commit
43832d16
authored
Mar 31, 2024
by
Timothy J. Baek
Browse files
chore: frontend formatting
parent
d6304850
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
svelte.config.js
svelte.config.js
+5
-7
No files found.
svelte.config.js
View file @
43832d16
...
...
@@ -19,12 +19,10 @@ const config = {
},
onwarn
:
(
warning
,
handler
)
=>
{
const
{
code
,
_
}
=
warning
;
if
(
code
===
"
css-unused-selector
"
)
return
;
if
(
code
===
'
css-unused-selector
'
)
return
;
handler
(
warning
);
},
}
};
export
default
config
;
Write
Preview
Markdown
is supported
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