File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ts/create-smelter-app/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export const OfflineNodeShowcaseTemplate: TemplateOption = {
6868 description :
6969 'A Node.js application that generates an MP4 file by combining and composing multiple source MP4 files.' ,
7070 resolveTemplate : projectName => ( {
71- templateId : 'node-offline-minimal ' ,
71+ templateId : 'node-offline-showcase ' ,
7272 projects : [
7373 {
7474 projectName,
@@ -103,7 +103,7 @@ export const NodeNextWebRTCTemplate: TemplateOption = {
103103 ] ,
104104 } ,
105105 ] ,
106- usageInstructions : ( directoryName : string , packageManager : string ) =>
106+ usageInstructions : ( directoryName , packageManager ) =>
107107 'To get started:\n\n' +
108108 '1. Start the Node.js server:\n' +
109109 ` $ ${ chalk . bold ( `cd ${ directoryName } /server && ${ packageManager } run build && node ./dist/index.js` ) } \n\n` +
You can’t perform that action at this time.
0 commit comments