cleanup
This commit is contained in:
parent
e387f4ca1c
commit
caec05df14
2 changed files with 3 additions and 5 deletions
|
@ -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
5
run
|
@ -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
|
Loading…
Reference in a new issue