1
0
Fork 0

[node] begin the great typescript rewrite

This commit is contained in:
Julien Dessaux 2024-03-21 17:08:37 +01:00
parent 3b61a9694d
commit d668eac4a6
Signed by: adyxax
GPG key ID: F92E51B86E07177E
31 changed files with 879 additions and 666 deletions

9
nodejs/main.ts Executable file
View file

@ -0,0 +1,9 @@
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';
await autoInit.init();
autoContracting.init();
//autoExploring.init();