Skip to content
Snippets Groups Projects
Select Git revision
  • 32dde28b7f1ff91e1acc7c841744e12fc93959a2
  • main default protected
  • 24-everything-from-git
  • 45-create-new-poc-deployment-with-docker
  • 44-add-a-cli-tool
  • improve-deployment
  • 31-backend
  • bash-script-bug-fix
  • upgrades_submodules
  • 24-dependencies-build-nested-watch
  • 24-dependencies-build-using-workspaces
  • 24-dependencies-build
  • wip-all-local
  • 10-annotot
  • 3-annotation-plugin-showing-up
15 results

webpack.config.js

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