Skip to content
Prev Previous commit
Next Next commit
startproxy.sh
  • Loading branch information
dmohs committed Aug 25, 2022
commit c8108213fff304a40cd257f0f799003cf06015e9
1 change: 1 addition & 0 deletions api-proxy/startproxy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node -e "import('./src/server.mjs').then(m => m.startServer($PROXY_PORT)).catch(e => console.error(e))"