config-node.js 289 B

123456
  1. // This file is used to make additional changes
  2. // when building an app to run in node.js.
  3. // Free to edit. You can break tests (cli test runner uses
  4. // this to build itself - it is a node executable).
  5. define("amber/compatibility", ["amber/node-compatibility"], {});
  6. define("jquery", {});