mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
Fix broken devServer config
This commit is contained in:
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",
|
||||
|
Loading…
Reference in New Issue
Block a user