diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-05 18:48:28 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-05 18:48:28 -0400 |
| commit | bc514e0ea5f0a553f15ab8275961907877181520 (patch) | |
| tree | 5ecd3c7f9330da5ba1659f43228a037d060b416d /hi-ui/src | |
| parent | 0c0cd1daa0c6640e81bb6282ae4a1c574cf135f4 (diff) | |
Turns out this flag does not do what I thought it did
Diffstat (limited to 'hi-ui/src')
| -rw-r--r-- | hi-ui/src/routes/+layout.svelte | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hi-ui/src/routes/+layout.svelte b/hi-ui/src/routes/+layout.svelte index 67a5fa5..f54f3bf 100644 --- a/hi-ui/src/routes/+layout.svelte +++ b/hi-ui/src/routes/+layout.svelte @@ -1,7 +1,5 @@ <script> import "../app.css"; - - export const ssr = false; </script> <div id="app"> |
