From 67fcdcd714ba08aea850c734e3fd782eb843e8a3 Mon Sep 17 00:00:00 2001 From: ZehRhayader Date: Wed, 8 Apr 2026 23:15:51 +0600 Subject: [PATCH] Point the config for jelly jumper to the correct repo --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index bb70d82..4d14186 100644 --- a/src/constants.js +++ b/src/constants.js @@ -237,7 +237,7 @@ export const SAMPLES = [ name: "🐸 Jelly Jumper (Mario Clone)", value: "typescript_excalibird", description: "", - repo: "https://github.com/excaliburjs/sample-excalibird", + repo: "https://github.com/excaliburjs/sample-jelly-jumper", startCommand: "npm run start", }, { @@ -317,4 +317,4 @@ export const SAMPLES = [ repo: "https://github.com/excaliburjs/sample-matterjs", startCommand: "npm run start", }, -] \ No newline at end of file +]