mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Run Cypress webpack dev server on port 3200 (#8256)
GitOrigin-RevId: 39cb28a15821a5a600b852cf4d13a45671bf0b70
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = (on, config) => {
|
||||
const webpackConfig = merge(devConfig, {
|
||||
devServer: {
|
||||
static: path.join(__dirname, '../../public'),
|
||||
port: 3200,
|
||||
},
|
||||
stats: 'none',
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user