From 64a39a9f8c9b354ee1a1ed3aaf935c1c71a33b72 Mon Sep 17 00:00:00 2001 From: Oskar <53402105+oskar-gmerek@users.noreply.github.com> Date: Sat, 4 Nov 2023 18:18:14 +0000 Subject: [PATCH 1/2] add `surreal-sveltekit` --- src/routes/templates/templates.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 363fd8bd4..15cae744f 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -671,5 +671,18 @@ "description": "This boilerplate includes Hardhat, Svelte, Tailwind, TS and cva libs. Example integration using MetaMask", "category": "Svelte", "tags": ["storybook", "typescript"] - } + }, + { + "title": "surreal-sveltekit", + "repository": "https://github.com/oskar-gmerek/surreal-sveltekit", + "description": "A Starter Kit with SurrealDB and SvelteKit, featuring Authentication and CRUD Operations + Realtime", + "category": "SvelteKit", + "tags": [ + "templates", + "database", + "integrations", + "typescript", + "ssr" + ] +} ] From 90558bd0b1fa3f0b47bc89e0a9de09d08e43db76 Mon Sep 17 00:00:00 2001 From: Oskar Gmerek <53402105+oskar-gmerek@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:10:35 +0000 Subject: [PATCH 2/2] chore: format with prettier --- src/routes/templates/templates.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 15cae744f..d701de7ed 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -673,16 +673,10 @@ "tags": ["storybook", "typescript"] }, { - "title": "surreal-sveltekit", - "repository": "https://github.com/oskar-gmerek/surreal-sveltekit", - "description": "A Starter Kit with SurrealDB and SvelteKit, featuring Authentication and CRUD Operations + Realtime", - "category": "SvelteKit", - "tags": [ - "templates", - "database", - "integrations", - "typescript", - "ssr" - ] -} + "title": "surreal-sveltekit", + "repository": "https://github.com/oskar-gmerek/surreal-sveltekit", + "description": "A Starter Kit with SurrealDB and SvelteKit, featuring Authentication and CRUD Operations + Realtime", + "category": "SvelteKit", + "tags": ["templates", "database", "integrations", "typescript", "ssr"] + } ]