mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 21:53:54 +00:00
Run Cypress webpack dev server on port 3200 (#8256)
GitOrigin-RevId: 39cb28a15821a5a600b852cf4d13a45671bf0b70
This commit is contained in:
parent
6c4aa88b9e
commit
1ef2a74119
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ module.exports = (on, config) => {
|
|||
const webpackConfig = merge(devConfig, {
|
||||
devServer: {
|
||||
static: path.join(__dirname, '../../public'),
|
||||
port: 3200,
|
||||
},
|
||||
stats: 'none',
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue