refactor: 模板占位符从 {{app-name}} 改为 my-app
This commit is contained in:
@@ -32,7 +32,7 @@ export function startServer(options: StartServerOptions) {
|
||||
},
|
||||
});
|
||||
|
||||
console.log(`{{app-name}} listening on ${server.url}`);
|
||||
console.log(`my-app listening on ${server.url}`);
|
||||
|
||||
return server;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user