Переглянути джерело

removed comments

tags/0.0.1^2
juancarbajal98 3 роки тому
джерело
коміт
842afd0715
1 змінених файлів з 0 додано та 4 видалено
  1. 0
    4
      backend/server/manifest.js

+ 0
- 4
backend/server/manifest.js Переглянути файл

1
 const Dotenv = require('dotenv').config({path: './server/.env'})
1
 const Dotenv = require('dotenv').config({path: './server/.env'})
2
-// const Dotenv = require('dotenv')
3
 const Confidence = require('@hapipal/confidence')
2
 const Confidence = require('@hapipal/confidence')
4
 const Inert = require('@hapi/inert')
3
 const Inert = require('@hapi/inert')
5
 const Vision = require('@hapi/vision')
4
 const Vision = require('@hapi/vision')
6
 const Schwifty = require('@hapipal/schwifty')
5
 const Schwifty = require('@hapipal/schwifty')
7
 const HapiSwagger = require('hapi-swagger')
6
 const HapiSwagger = require('hapi-swagger')
8
 
7
 
9
-/** Pull .env into process.env */
10
-// Dotenv.config({ path: `${__dirname}/../.env` })
11
-// Dotenv.config({ path: `${__dirname}/../.env` })
12
 
8
 
13
 /** Glue manifest as a confidence store */
9
 /** Glue manifest as a confidence store */
14
 module.exports = new Confidence.Store({
10
 module.exports = new Confidence.Store({

Завантаження…
Відмінити
Зберегти