3 Commits

Author SHA1 Message Date
Jesse Chan 477919856b server: create production build with webpack directly 2021-11-28 22:48:22 -08:00
Jesse Chan 5afa79b274 config.cli: migrate to TypeScript 2021-01-30 19:11:28 +08:00
Jesse Chan 327a491af2 server: servedPath is a URL path not file path
Thus we shall not use path.join(). Or NodeJS will helpfully convert
the paths to Windows format if we are on Windows and as a result,
breaks everything.

Fixes: fee968525, 8f4fb88ac
2020-09-21 17:58:56 +08:00