• File: index.js
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/index.js
  • Date Modified: 02/04/2023 9:30 PM
  • File size: 183 bytes
  • MIME-type: text/plain
  • Charset: utf-8
//carregando o ficheiro env
require('dotenv').config();


//chamando o controller que faz a geração do ficheiro xlsx e envia email 
require("./src/controllers/index.controller")();