MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / startServer

Function startServer

tests/unit/tasks/server/express-server-test.js:668–675  ·  view source on GitHub ↗
(rootURL)

Source from the content-addressed store, hash-verified

666
667 describe('without proxy', function () {
668 function startServer(rootURL) {
669 return subject.start({
670 environment: 'development',
671 host: undefined,
672 port: '1337',
673 rootURL: rootURL || '/',
674 });
675 }
676
677 it('serves index.html when file not found with auto/history location', function (done) {
678 startServer().then(function () {

Callers 1

Calls 1

startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…