mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
- 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`
8 lines
255 B
JavaScript
Executable File
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');
|