Fixed beercss init

This commit is contained in:
WardPearce
2024-04-01 13:34:42 +13:00
parent c6e4290450
commit d89b77da34
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -177,6 +177,8 @@
}
onMount(async () => {
ui();
const isDark = get(darkMode);
if (isDark === null) {
-3
View File
@@ -4,9 +4,6 @@ import { defineConfig } from 'vite';
import { VitePWA } from 'vite-plugin-pwa';
export default defineConfig({
ssr: {
noExternal: ['beercss']
},
plugins: [
VitePWA({
manifest: {