mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
better dev server fix
webmanifest was still erroring
This commit is contained in:
parent
20f405a32c
commit
c593d3bce3
@ -33,8 +33,8 @@ module.exports = (env, argv) => {
|
||||
stats: statsConfig,
|
||||
},
|
||||
static: {
|
||||
directory: path.join(__dirname, "dist", "ext"),
|
||||
publicPath: '/dist/ext',
|
||||
directory: path.join(__dirname, "dist"),
|
||||
publicPath: "/dist",
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user