瀏覽代碼

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,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…
取消
儲存