UNPKG

@harang-jennie/nextjs-starter

Version:

A Next.js starter kit App Router template with React v18 + Yarn berry + TypeScript + ESLint + Jest + Cypress + Github Actions

14 lines (13 loc) 390 B
module.exports = { // set your project id: https://cloud.cypress.io/ projectId: process.env.CYPRESS_PROJECT_ID, e2e: { // We've imported your old cypress plugins here. // You may want to clean this up later by importing these. // eslint-disable-next-line no-unused-vars setupNodeEvents(_on, _config) { // ... }, baseUrl: 'http://localhost:3000', }, };