🏷️ Made ts-compiler happy

This commit is contained in:
Mawoka
2022-04-09 10:05:45 +02:00
parent 01d423ba04
commit dad9559a38
11 changed files with 3398 additions and 4380 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<script>
import '../app.css';
import Navbar from '$lib/navbar.svelte';
import { navbarVisible } from '$lib/stores.ts';
import { navbarVisible } from '$lib/stores';
import * as Sentry from '@sentry/browser';
import { BrowserTracing } from '@sentry/tracing';
import { initLocalizationContext } from '$lib/i18n';
@@ -10,7 +10,7 @@
if (import.meta.env.VITE_SENTRY !== null) {
Sentry.init({
dsn: import.meta.env.VITE_SENTRY,
dsn: String(import.meta.env.VITE_SENTRY),
integrations: [new BrowserTracing()],
// Set tracesSampleRate to 1.0 to capture 100%