UNPKG

sv

Version:

A CLI for creating and updating SvelteKit projects

14 lines 750 B
[ { "name": "src/app.d.ts", "contents": "// See https://svelte.dev/docs/kit/types#app.d.ts\n// for information about these interfaces\ndeclare global {\n\tnamespace App {\n\t\t// interface Error {}\n\t\t// interface Locals {}\n\t\t// interface PageData {}\n\t\t// interface PageState {}\n\t\t// interface Platform {}\n\t}\n}\n\nexport {};\n" }, { "name": "src/lib/index.ts", "contents": "// Reexport your entry components here\n" }, { "name": "src/routes/+page.svelte", "contents": "<h1>Welcome to your library project</h1>\n<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>\n<p>Visit <a href=\"https://svelte.dev/docs/kit\">svelte.dev/docs/kit</a> to read the documentation</p>\n" } ]