JSFiddle - React, Tailwind, and code Playground

by Hemanth HM

JavaScript

const {startServer} = require('@spotify/lighthouse-audit-service');

startServer({
  port: 8080,
  cors: true,
  postgresConfig: {
    host: 'localhost',
    user: 'postgres',
    port: 5432,
    password:'postgres',
    database: 'postgres',
  },
});