Files
firefox-accounts-mirror/packages/browserid-verifier/server.js
Benson Wong 633c6200e6 Remove ass dependency from server.js
- so we can build production deploys with `npm install --production`
- does not seem to affect any of the testing
- `ass` seems to be broken anyways w/ `npm test`
2014-04-21 17:30:06 -07:00

8 lines
255 B
JavaScript
Executable File

#!/usr/bin/env node
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
require('./lib/server.js');