Skip to content

Commit

Permalink
Merge branch '2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-nebel committed Dec 12, 2023
2 parents 5cf5f4e + 7c79c06 commit ee45e38
Show file tree
Hide file tree
Showing 132 changed files with 3,687 additions and 6,271 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
node_modules
*DS_Store
.env
cert
diplomas
templates
files

logs
*.log
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ require("dotenv").config();
require("module-alias/register");

const { log } = require("@logger");
const mongo = require("@mongo/mongo");
const server = require("@express/express");

async function start() {
try {
await mongo.start();
await server.start();
log.info("All systems running. Let's rock!");
} catch (e) {
Expand Down
Loading

0 comments on commit ee45e38

Please sign in to comment.