Skip to content

Commit

Permalink
Add in error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
0kl-usds committed Dec 6, 2024
1 parent c38d287 commit ed949f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start:ts": "npm run build && node --inspect=0.0.0.0:9222 --nolazy build/server.js",
"start:dev": "nodemon --watch 'src/**/*.ts' --exec \"npm run start:ts\"",
"tunnel": "myapp_guid=$(cf app --guid $APP_NAME) && TUNNEL=$(cf curl /v2/apps/$myapp_guid/env | jq -r '[.system_env_json.VCAP_SERVICES.\"aws-rds\"[0].credentials | .host, .port] | join(\":\")') && echo 'Rat tunnel active' &&cf ssh -N -L 5432:$TUNNEL $APP_NAME",
"tunnel:stage": "APP_NAME=smeqa-stage npm run tunnel",
"tunnel:stage": "APP_NAME=smeqa-staging npm run tunnel",
"tunnel:prod": "APP_NAME=smeqa-rr npm run tunnel",
"watch": "tsc -w -p ."
},
Expand Down

0 comments on commit ed949f0

Please sign in to comment.