From 2ba530f98c8689bddc8583af93597b78aaf11ece Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych aka CoMiGo Date: Thu, 30 Jan 2025 17:44:02 +1200 Subject: [PATCH] Add neutralino-svelte-typescript-template to resources.js (#374) --- src/pages/resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/resources.js b/src/pages/resources.js index f0beda82..4e94c1cd 100644 --- a/src/pages/resources.js +++ b/src/pages/resources.js @@ -16,6 +16,11 @@ const templates = [ description: 'An empty Neutralinojs app, extend as you wish', githubLink: 'https://github.com/neutralinojs/neutralinojs-zero', }, + { + title: 'neutralino-svelte-typescript-template', + description: 'A Svelte and TypeScript template based on Vite bundler', + githubLink: 'https://github.com/CosmoMyzrailGorynych/neutralino-svelte-typescript-template', + }, { title: 'neutralinojs-react', description: 'A simple React.js template for building Neutralinojs apps',