A11yWatch/a11ywatch-core

View on GitHub
src/server.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { startServer } from "./app";

// start the application server
startServer(process.env.DISABLE_HTTP === "true");