UNPKG

@linker-design/create-template

Version:

linker template initializer

9 lines (7 loc) 201 B
const { defineConfig } = require('cypress') module.exports = defineConfig({ e2e: { specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}', baseUrl: 'http://localhost:4173' } })