UNPKG

415 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.DEFAULT_TRACTOR_CONFIG = {
4 cwd: process.cwd(),
5 directory: './tractor',
6 environments: [
7 'http://localhost:8080'
8 ],
9 plugins: [],
10 port: 4000,
11 afterProtractor: function () {
12 return;
13 },
14 beforeProtractor: function () {
15 return;
16 }
17};
18//# sourceMappingURL=default.conf.js.map
\No newline at end of file