This commit is contained in:
James Long 2022-04-28 22:21:18 -04:00
parent e387f4ca1c
commit caec05df14
2 changed files with 3 additions and 5 deletions

View file

@ -1,3 +1,6 @@
// This app is unused right now. Maybe you could use it as a starting
// point for Plaid integration!
const express = require('express');
const uuid = require('uuid');
const fetch = require('node-fetch');

5
run
View file

@ -1,5 +0,0 @@
#!/bin/sh
NODE="/home/ec2-user/.nvm/versions/node/v10.15.1/bin/node"
export VERSION=`"$NODE" ./node_modules/.bin/sentry-cli releases propose-version`
exec chpst -uec2-user "$NODE" app.js 2>&1