TP-17651 | Lint Fixes
This commit is contained in:
@@ -6,9 +6,9 @@ module.exports = {
|
||||
hot: true,
|
||||
host: '0.0.0.0',
|
||||
historyApiFallback: true,
|
||||
port: 3000
|
||||
port: 3000,
|
||||
},
|
||||
watchOptions: {
|
||||
ignored: /node_modules/
|
||||
}
|
||||
ignored: /node_modules/,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user