Kaynağa Gözat

removed comments

tags/0.0.1^2
juancarbajal98 3 yıl önce
ebeveyn
işleme
842afd0715
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0
    4
      backend/server/manifest.js

+ 0
- 4
backend/server/manifest.js Dosyayı Görüntüle

@@ -1,14 +1,10 @@
1 1
 const Dotenv = require('dotenv').config({path: './server/.env'})
2
-// const Dotenv = require('dotenv')
3 2
 const Confidence = require('@hapipal/confidence')
4 3
 const Inert = require('@hapi/inert')
5 4
 const Vision = require('@hapi/vision')
6 5
 const Schwifty = require('@hapipal/schwifty')
7 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 9
 /** Glue manifest as a confidence store */
14 10
 module.exports = new Confidence.Store({

Loading…
İptal
Kaydet