mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
Make the devserver serve from the proper location.
This commit is contained in:
@@ -47,5 +47,8 @@ module.exports = {
|
||||
namedChunks: false,
|
||||
minimize: false,
|
||||
portableRecords: true
|
||||
},
|
||||
devServer: {
|
||||
publicPath: "/dist",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user