16 lines
No EOL
461 B
JavaScript
Executable file
16 lines
No EOL
461 B
JavaScript
Executable file
// ===================================================
|
|
// FOR DEVELOPMENT
|
|
// Total.js - framework for Node.js platform
|
|
// https://www.totaljs.com
|
|
// ===================================================
|
|
|
|
const options = {};
|
|
|
|
// options.ip = '127.0.0.1';
|
|
// options.port = parseInt(process.argv[2]);
|
|
// options.config = { name: 'Total.js' };
|
|
// options.sleep = 3000;
|
|
// options.inspector = 9229;
|
|
// options.watch = ['private'];
|
|
|
|
require('total.js/debug')(options); |