SuperNodeStorage/launch.js
sairajzero dea8835245 bug fix
- Adding semicolons to end of statements to prevent potential bugs.
- Logged in ID and Database connection will be notified.
- Fixed: database.js - few functions not having return promise statement.
2021-07-23 03:06:00 +05:30

2 lines
45 B
JavaScript

const start = require('./src/main');
start();