feat(scaffold): init SvelteKit + TypeScript project
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
1
src/routes/+layout.svelte
Normal file
1
src/routes/+layout.svelte
Normal file
@@ -0,0 +1 @@
|
||||
<slot />
|
||||
2
src/routes/+page.svelte
Normal file
2
src/routes/+page.svelte
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Kochwas</h1>
|
||||
<p>Coming soon.</p>
|
||||
Reference in New Issue
Block a user