create-video
Advanced tools
Comparing version
@@ -129,3 +129,3 @@ "use strict"; | ||
const getDevCommand = (manager, template) => { | ||
if (template.cliId === 'remix' || | ||
if (template.cliId === 'react-router' || | ||
template.cliId === 'next' || | ||
@@ -132,0 +132,0 @@ template.cliId === 'next-tailwind' || |
@@ -23,3 +23,3 @@ type DynamicTemplate = { | ||
longerDescription: string; | ||
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike'; | ||
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'react-router' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike'; | ||
defaultBranch: string; | ||
@@ -26,0 +26,0 @@ featuredOnHomePage: string | null; |
@@ -103,3 +103,3 @@ "use strict"; | ||
defaultBranch: 'main', | ||
featuredOnHomePage: 'Blank', | ||
featuredOnHomePage: null, | ||
previewURL: 'https://template-empty.vercel.app/?/MyComp', | ||
@@ -130,19 +130,19 @@ templateInMonorepo: 'template-blank', | ||
{ | ||
homePageLabel: 'Remix', | ||
shortName: 'Remix', | ||
homePageLabel: 'React Router 7', | ||
shortName: 'React Router', | ||
org: 'remotion-dev', | ||
repoName: 'template-remix', | ||
description: 'Remotion + Remix Starter Kit', | ||
longerDescription: 'A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with remix.run.', | ||
repoName: 'template-react-router', | ||
description: 'SaaS template for video generation apps', | ||
longerDescription: 'A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with React Router 7.', | ||
promoBanner: { | ||
width: 1280, | ||
width: 918, | ||
height: 720, | ||
src: '/img/remix-template.png', | ||
}, | ||
cliId: 'remix', | ||
cliId: 'react-router', | ||
type: 'image', | ||
defaultBranch: 'main', | ||
featuredOnHomePage: null, | ||
featuredOnHomePage: 'React Router', | ||
previewURL: null, | ||
templateInMonorepo: 'template-remix', | ||
templateInMonorepo: 'template-react-router', | ||
allowEnableTailwind: false, | ||
@@ -149,0 +149,0 @@ }, |
@@ -6,3 +6,3 @@ { | ||
"name": "create-video", | ||
"version": "4.0.269", | ||
"version": "4.0.270", | ||
"description": "Create a new Remotion project", | ||
@@ -31,3 +31,3 @@ "main": "dist/index.js", | ||
"eslint": "9.19.0", | ||
"@remotion/eslint-config-internal": "4.0.269" | ||
"@remotion/eslint-config-internal": "4.0.270" | ||
}, | ||
@@ -34,0 +34,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
117131
0.11%