Remove unused cypress plugin file

This commit is contained in:
Matthias 2024-04-08 17:21:41 +02:00
parent 52cc3d354e
commit 4678d5c3ed

View File

@ -1,13 +0,0 @@
const path = require('path');
const { startDevServer } = require('@cypress/vite-dev-server');
module.exports = (on, config) => {
on('dev-server:start', (options) => {
return startDevServer({
options,
viteConfig: {
configFile: path.resolve(__dirname, '..', '..', 'vite.config.js'),
},
});
});
};