Fix broken devServer config

This commit is contained in:
omuretsu 2023-04-07 07:43:39 -04:00
parent a6dfdff3ba
commit 482a04d757

@ -55,7 +55,7 @@ module.exports = (env, argv) => {
const htmlConfig = {
title: "Bitburner",
template: "src/index.html",
filename: "../index.html",
filename: isDevServer ? "index.html" : "../index.html",
favicon: "favicon.ico",
googleAnalytics: {
trackingId: "UA-100157497-1",