fix sleet, freezing rain icons

This commit is contained in:
Matt Walsh
2020-12-29 09:58:01 -06:00
parent 8dfa03edcc
commit 887e0aa676
6 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
// express
const express = require('express');
const app = express();
const port = 8080;
const port = process.env.WS4KP_PORT ?? 8080;
const path = require('path');
// template engine