Merge branch 'dev'

This commit is contained in:
zefie
2023-08-27 12:28:11 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM node:lts-alpine3.11 FROM node:lts-alpine3.18
RUN apk add git bash RUN apk add git bash
RUN npm install -g npm@latest 2>/dev/null > /dev/null RUN npm install -g npm@latest 2>/dev/null > /dev/null

View File

@@ -1928,6 +1928,7 @@ var git_commit = getGitRevision()
var z_title = "zefie's wtv minisrv v" + require('./package.json').version; var z_title = "zefie's wtv minisrv v" + require('./package.json').version;
if (git_commit) z_title += " (git " + git_commit + ")"; if (git_commit) z_title += " (git " + git_commit + ")";
console.log("**** Welcome to " + z_title + " ****"); console.log("**** Welcome to " + z_title + " ****");
console.log("**** Detected nodejs v"+process.versions.node+" ***")
minisrv_config = wtvshared.getMiniSrvConfig(); // snatches minisrv_config minisrv_config = wtvshared.getMiniSrvConfig(); // snatches minisrv_config
const wtvmime = new WTVMime(minisrv_config); const wtvmime = new WTVMime(minisrv_config);