styles-fixme

This commit is contained in:
Untone 2024-05-06 18:43:10 +03:00
parent 500e8132dd
commit d8f61e5b66
2 changed files with 2 additions and 1 deletions

View File

@ -335,7 +335,7 @@ export const Header = (props: Props) => {
<Show when={props.title}> <Show when={props.title}>
<div <div
class={clsx(styles.articleControls, 'col-auto', { class={clsx(styles.articleControls, 'col-auto', {
[styles.articleControlsAuthorized]: session()?.user?.id, // FIXME: use or remove [styles.articleControlsAuthorized]: session()?.user?.id,
})} })}
> >
<SharePopup <SharePopup

View File

@ -69,6 +69,7 @@ export default defineConfig(({ mode, command }) => {
https: {}, https: {},
port: 3000, port: 3000,
}, },
sourcemap: isDev,
css: { css: {
devSourcemap: isDev, devSourcemap: isDev,
preprocessorOptions: { preprocessorOptions: {