mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Remove unused cypress plugin file
This commit is contained in:
parent
52cc3d354e
commit
4678d5c3ed
|
@ -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'),
|
||||
},
|
||||
});
|
||||
});
|
||||
};
|
Loading…
Reference in New Issue
Block a user