Scytl / freddie

Front end development server
MIT License
4 stars 1 forks source link

'server' config property #13

Open pfraces opened 10 years ago

pfraces commented 10 years ago
{
  name: 'foo',
  port: 3000, // powered with a port finder
  root: 'path/to/fixtures', // modifies cwd
  context: '/api', // connect's `app.use` 1st arg
  server: serverFn
}

where serverFn could be: