[+] Add deploy path
This commit is contained in:
+8
-4
@@ -1,5 +1,9 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
module.exports =
|
||||
{
|
||||
devServer:
|
||||
{
|
||||
disableHostCheck: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
publicPath:
|
||||
process.env.NODE_ENV === 'production' ? '/VeracrossAnalyzer.Client/' : '/'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user