Merge pull request #10 from WardPearce/fix/beercss-init

Fixed beercss init
This commit is contained in:
Ward
2024-04-01 13:35:27 +13:00
committed by GitHub
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: {