mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-08-28 07:23:56 +08:00
chore: dev.ts 中输出文档地址
This commit is contained in:
parent
2d1ede21cd
commit
4635c8c1c8
@ -480,6 +480,7 @@ async function startHttpServer(port: number = 3000) {
|
||||
|
||||
server.on('listening', () => {
|
||||
console.log(`编辑器地址:http://127.0.0.1:${port}/editor.html`);
|
||||
console.log(`文档地址:http://127.0.0.1:${port}/_docs/index.html`);
|
||||
setupHttp(server, name);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user