diff --git a/client/svelte-client/src/App.svelte b/client/svelte-client/src/App.svelte index 0140e87..7e7c78b 100644 --- a/client/svelte-client/src/App.svelte +++ b/client/svelte-client/src/App.svelte @@ -1,13 +1,13 @@
-

Hello {name}!

-

Visit the Svelte tutorial to learn how to build Svelte apps.

+
diff --git a/client/svelte-client/tsconfig.json b/client/svelte-client/tsconfig.json index e17851c..bf07ac5 100644 --- a/client/svelte-client/tsconfig.json +++ b/client/svelte-client/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "@tsconfig/svelte/tsconfig.json", "include": ["src/**/*", "src/node_modules/**/*"], - "exclude": ["node_modules/*", "__sapper__/*", "static/*"] - } \ No newline at end of file + "exclude": ["node_modules/*", "__sapper__/*", "static/*"], +}