6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
import "dotenv/config";
|
|
import "modules/chron";
|
|
|
|
// Add API eventually
|
|
console.log("VAR hub Server started");
|