Backup senica-RVO13 on 16.10.2025
This commit is contained in:
parent
b58e3182e2
commit
1ee6e66bf4
96 changed files with 41668 additions and 0 deletions
16
RVO13/debug.js
Executable file
16
RVO13/debug.js
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
// ===================================================
|
||||
// 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue