Wrapping up for the day. It is pretty much Christmas...

This commit is contained in:
Scott Idem
2024-12-24 12:55:18 -05:00
parent 69abe2e906
commit b64e7a6b8a
4 changed files with 9 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
/** @type {import('./$types').PageData} */
let log_lvl: number = 1;
let log_lvl: number = 0;
// *** Import Svelte specific
import { browser } from '$app/environment';