mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-08 11:29:19 +01:00
better dev server fix
webmanifest was still erroring
This commit is contained in:
@ -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",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user