rsnext/examples/with-cypress/cypress.config.ts

11 lines
200 B
TypeScript
Raw Normal View History

const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
},
})
// Prevent TypeScript from reading file as legacy script
export {}