Skip to content

Commit

Permalink
(#1) gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Dec 28, 2023
1 parent ba595ce commit 27e05f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Client/.env

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const db = require('./db/config');
const route = require('./controllers/route');
const bodyParser = require('body-parser');;
const cors = require('cors');
const port = 5001;
const port = 4651;
// const port = process.env.SERVER_PORT;
require('dotenv').config();
const fs = require('fs');
Expand Down

0 comments on commit 27e05f6

Please sign in to comment.