Skip to content

Commit

Permalink
new features
Browse files Browse the repository at this point in the history
  • Loading branch information
ogeobubu committed Oct 22, 2024
1 parent 9516193 commit 1b441cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"server": "cd src && nodemon --exec ts-node server.ts",
"client": "cd client && yarn run dev",
"client": "cd client && yarn build",
"dev": "concurrently \"yarn server\" \"yarn client\""
},
"keywords": [],
Expand Down
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import cors from 'cors';
import dotenv from 'dotenv';
import imageRoutes from './routes/imageRoutes';
import connectDB from './config/db';
import path from 'path';

dotenv.config();
connectDB();
Expand Down

0 comments on commit 1b441cd

Please sign in to comment.