File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1-
21# <img src =" ./img/nodeplotlib_64x64.png " width =" 22px " height =" 22px " > NodePlotLib
32
43[ ![ NodeJS CI] ( https://github.com/ngfelixl/nodeplotlib/workflows/Node.js%20CI/badge.svg )] ( https://github.com/ngfelixl/nodeplotlib/actions?query=workflow%3A%22Node.js+CI%22 )
87[ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
98[ ![ Gitter chat] ( https://badges.gitter.im/gitterHQ/gitter.png )] ( https://gitter.im/nodeplotlib/ )
109
11-
1210This readme contains all the necessary information for the development.
1311
1412## [ Go to the user docs] ( ./libs/nodeplotlib/README.md )
Original file line number Diff line number Diff line change 33 < head >
44 < base href ="/ " />
55 < title > Nodeplotlib</ title >
6- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " / >
77 < link rel ="preconnect " href ="https://fonts.gstatic.com " />
88 < link
99 href ="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap "
Original file line number Diff line number Diff line change 1-
2-
31# <img src =" ../../img/nodeplotlib_64x64.png " width =" 28px " height =" 28px " > NodePlotLib
42
53[ ![ NodeJS CI] ( https://github.com/ngfelixl/nodeplotlib/workflows/Node.js%20CI/badge.svg )] ( https://github.com/ngfelixl/nodeplotlib/actions?query=workflow%3A%22Node.js+CI%22 )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ async function bootstrap(port: number) {
5252 const actualPort = app . getHttpServer ( ) . address ( ) . port ;
5353 bridgeService . setPort ( actualPort ) ;
5454 plotsService . setBuffer ( plotsBuffer$ ) ;
55- console . log ( 'Server runnng at' , actualPort ) ;
55+ console . log ( 'Server running at' , `http://localhost: ${ actualPort } ` ) ;
5656
5757 shutdownSubscription = bridgeService . shutdown$ . subscribe ( shutdown ) ;
5858}
You can’t perform that action at this time.
0 commit comments