Added nodemon scripts

This commit is contained in:
Alexis
2021-07-23 21:56:44 +02:00
parent a43b5a95c4
commit 681ff2b086
7 changed files with 1932 additions and 51 deletions

View File

@@ -3,12 +3,12 @@
*/
// .env Data
import * as dotenv from 'dotenv';
import * as dotenv from 'dotenv'
dotenv.config();
// Packages
import morgan from 'morgan';
import helmet from 'helmet';
import morgan from 'morgan'
import helmet from 'helmet'
import express from 'express'
import { AuracleApi } from './common/classes/AuracleApi'