mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
[web] disable watching of services/web/public/ in cypress (#27796)
GitOrigin-RevId: 8866bdf85bbe0480fb50e9a7b35a0c0f8928d06e
This commit is contained in:
@@ -10,7 +10,10 @@ const buildConfig = () => {
|
||||
workerPublicPath: '/__cypress/src/',
|
||||
},
|
||||
devServer: {
|
||||
static: path.join(__dirname, '../../public'),
|
||||
static: {
|
||||
directory: path.join(__dirname, '../../public'),
|
||||
watch: false,
|
||||
},
|
||||
port: 3200,
|
||||
},
|
||||
stats: 'none',
|
||||
|
||||
Reference in New Issue
Block a user