diff --git a/www/deno.json b/www/deno.json index 1565602..31029b5 100644 --- a/www/deno.json +++ b/www/deno.json @@ -1,7 +1,8 @@ { "fmt": { "include": ["src/"], - "exclude": ["src/**/$types.d.ts"] + "exclude": ["src/**/$types.d.ts"], + "indentWidth": 4 } "unstable": ["fmt-component"] } diff --git a/www/src/app.d.ts b/www/src/app.d.ts index ede601a..c7c0ed1 100644 --- a/www/src/app.d.ts +++ b/www/src/app.d.ts @@ -1,13 +1,13 @@ // See https://kit.svelte.dev/docs/types#app // for information about these interfaces declare global { - namespace App { - // interface Error {} - // interface Locals {} - // interface PageData {} - // interface PageState {} - // interface Platform {} - } + namespace App { + // interface Error {} + // interface Locals {} + // interface PageData {} + // interface PageState {} + // interface Platform {} + } } export {}; diff --git a/www/src/app.html b/www/src/app.html index 41147b9..88592f7 100644 --- a/www/src/app.html +++ b/www/src/app.html @@ -1,12 +1,12 @@ - - - - - %sveltekit.head% - - -
%sveltekit.body%
- + + + + + %sveltekit.head% + + +
%sveltekit.body%
+ diff --git a/www/src/routes/+page.svelte b/www/src/routes/+page.svelte index 8996a0c..616ecb3 100644 --- a/www/src/routes/+page.svelte +++ b/www/src/routes/+page.svelte @@ -1,5 +1,5 @@

{counter}