diff options
Diffstat (limited to 'backend/src/index.js')
| -rw-r--r-- | backend/src/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/src/index.js b/backend/src/index.js index 9f759ef..04d13cc 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -1,3 +1,6 @@ +/* eslint-disable */ +require('dotenv').config({ path: 'variables.env' }); +/* eslint-enable */ const jwt = require('jsonwebtoken'); const createServer = require('./createServer'); |
