add dotenv

This commit is contained in:
zhi.w
2022-06-06 21:49:40 +08:00
parent bdc18666ee
commit fbf2849a11
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
require('dotenv').config()
const express = require('express');
const path = require('path');
const session = require('express-session');