Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh Balyan committed Apr 10, 2024
1 parent 137a70c commit d567c69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ import errorContstants from "#constants/error.js";
import { morgalApiLogger } from "#utils/logger.js";
import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, setupErrorInterceptor, setupValidationErrorInterceptor } from "#middlewares/server.js";
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js";
// import { scheduleInit } from "#scheduler/Service/schedulerService.js";
import { scheduleInit } from "#scheduler/Service/schedulerService.js";
const app = express();

if (process.env.PRINT_ENV == "true") {
console.debug("======================ENV======================");
console.debug(process.env);
console.debug("======================ENV======================");
}

console.log(a)
console.log(b)
console.log("a" )
console
app.use(parser.json());
app.use(parser.urlencoded({ extended: false }));
app.use(helmet());
Expand Down

0 comments on commit d567c69

Please sign in to comment.