[node] finished the great typescript rewrite
This commit is contained in:
parent
8107afbd90
commit
a1d6b03ec9
30 changed files with 1019 additions and 359 deletions
|
@ -1,8 +1,8 @@
|
|||
import * as autoContracting from './automation/contracting.ts';
|
||||
//import * as autoExploring from './automation/exploration.js';
|
||||
import * as autoInit from './automation/init.js';
|
||||
//import * as api from './lib/api.js';
|
||||
//import * as contracts from './lib/contracts.js';
|
||||
//import * as autoExploring from './automation/exploration.ts';
|
||||
import * as autoInit from './automation/init.ts';
|
||||
//import * as api from './lib/api.ts';
|
||||
//import * as contracts from './lib/contracts.ts';
|
||||
|
||||
await autoInit.init();
|
||||
autoContracting.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue