mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Fix broken devServer config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user