Skip to content
Snippets Groups Projects
Select Git revision
  • 047ed4d95b5eb3b4ddc548c8796a4f52bf7fbb4d
  • main default protected
  • export
  • 28-conversion-tests
  • extraction
  • exploration
  • exploration-old
  • 2-encoding-fix
  • main-old
9 results

mcli

Blame
  • jest-puppeteer.config.js 209 B
    module.exports = {
      launch: {
        headless: process.env.HEADLESS !== 'false',
      },
      server: [{
        command: 'npm run server -- -p 4488',
        port: 4488,
      },
      {
        command: 'npm run server:json',
      }],
    };