mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 12:15:41 -04:00
chore: add running version to logs
This commit is contained in:
@@ -796,8 +796,6 @@ docker buildx build \
|
|||||||
--pull \
|
--pull \
|
||||||
--push \
|
--push \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -2325,6 +2325,11 @@ const server = http.createServer( ( request, response ) =>
|
|||||||
chalk.blueBright( `<msg>` ), chalk.gray( `Server is now running on` ),
|
chalk.blueBright( `<msg>` ), chalk.gray( `Server is now running on` ),
|
||||||
chalk.blueBright( `<ipPublic>` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ),
|
chalk.blueBright( `<ipPublic>` ), chalk.whiteBright.bgBlack( ` ${ envWebIP }:${ envWebPort } ` ),
|
||||||
chalk.blueBright( `<ipDocker>` ), chalk.whiteBright.bgBlack( ` ${ envIpContainer }:${ envWebPort } ` ) );
|
chalk.blueBright( `<ipDocker>` ), chalk.whiteBright.bgBlack( ` ${ envIpContainer }:${ envWebPort } ` ) );
|
||||||
|
|
||||||
|
Log.info( `core`, chalk.yellow( `[initiate]` ), chalk.white( `✅` ),
|
||||||
|
chalk.blueBright( `<msg>` ), chalk.gray( `Running TVApp2 version` ),
|
||||||
|
chalk.blueBright( `<version>` ), chalk.gray( ` ${ version } ` ),
|
||||||
|
chalk.blueBright( `<release>` ), chalk.gray( ` ${ envAppRelease } ` ) );
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user