From 35b405b1dd7e10cd36c27dfe40ff3c97c0c5cae2 Mon Sep 17 00:00:00 2001 From: Joe Malatesta <106361624+joemmalatesta@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:12:50 -0400 Subject: [PATCH] Add PWA template to templates --- src/routes/templates/templates.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index f6d3ee261..1f6c2304d 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -678,5 +678,12 @@ "description": "This boilerplate includes Hardhat, Svelte, Tailwind, TS and cva libs. Example integration using MetaMask", "category": "Svelte", "tags": ["storybook", "typescript"] - } + }, + { + "title": "svelte-lorem-ipsum", + "url": "https://svelte-lorem-ipsum.dev", + "repository": "https://github.com/sveltejs/svelte-lorem-ipsum", + "description": "A dummy text generator that does not exist", + "npm": "svelte-lorem-ipsum" + }, ]