Skip to content

Commit

Permalink
dev tests in prod, INSTANTLY REGRETS IT
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Jan 8, 2024
1 parent b91063f commit 4ffcd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
/build
/.svelte-kit
/package
package-lock.json
.env
.env.*
!.env.example
Expand Down
1 change: 1 addition & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import { goto } from '$app/navigation';
import { base } from '$app/paths';
import { page } from '$app/stores';
import { userPreferencesStore } from '$lib/stores';
import { onMount } from 'svelte';
Expand Down

0 comments on commit 4ffcd4e

Please sign in to comment.