mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 20:55:44 +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,
|
stats: statsConfig,
|
||||||
},
|
},
|
||||||
static: {
|
static: {
|
||||||
directory: path.join(__dirname, "dist", "ext"),
|
directory: path.join(__dirname, "dist"),
|
||||||
publicPath: '/dist/ext',
|
publicPath: "/dist",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user