Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay1812 committed Nov 4, 2024
1 parent b642b77 commit 3917186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin-client/src/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// export const BASE_URL = 'http://localhost:3000'
export const BASE_URL = 'https://backend-doc-admin.codebomb.co.in'
export const BASE_URL = 'http://localhost:3000'
// export const BASE_URL = 'https://backend-doc-admin.codebomb.co.in'
// export const BASE_URL = 'https://dantveda-admin.netlify.app:3000'
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd ../admin-client && npm run build && rm -rf ../server/public && mkdir -p ../server/public && mv ./dist/* ../server/public && cd ../server && node index.js"
"start": "cd ../admin-client && npm i && npm run build && rm -rf ../server/public && mkdir -p ../server/public && mv ./dist/* ../server/public && cd ../server && node index.js"

},
"keywords": [],
Expand Down

0 comments on commit 3917186

Please sign in to comment.