Skip to content

Commit

Permalink
trying something for prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jongan69 committed Jan 13, 2025
1 parent 683da47 commit c30e2e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dependencies.txt

This file was deleted.

2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"src": "package.json",
"use": "@vercel/next",
"config": {
"installCommand": "yarn && git clone https://github.com/node-webrtc/node-webrtc.git && cd node-webrtc && npm run build && cp build-linux-x64/Release/wrtc.node ../node_modules/"
"installCommand": "yarn && npm install node-webrtc --build-from-source"
}
}]
}

0 comments on commit c30e2e0

Please sign in to comment.