sv
Version:
A CLI for creating and updating SvelteKit projects
10 lines • 328 B
JSON
[
{
"name": "src/lib/index.js",
"contents": "// place files you want to import through the `$lib` alias in this folder.\n"
},
{
"name": "src/routes/+page.svelte",
"contents": "<h1>Welcome to SvelteKit</h1>\n<p>Visit <a href=\"https://svelte.dev/docs/kit\">svelte.dev/docs/kit</a> to read the documentation</p>\n"
}
]