discover/back-end
Jakub Sokołowski f7688de85d
start backend without using nodemon
Fixes:
```
> nodemon server.js

internal/modules/cjs/loader.js:905
  throw err;
  ^

Error: Cannot find module '../lib/cli'
Require stack:
- /var/app/current/node_modules/.bin/nodemon
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
    at Function.Module._load (internal/modules/cjs/loader.js:746:27)
    at Module.require (internal/modules/cjs/loader.js:974:19)
    at require (internal/modules/cjs/helpers.js:101:18)
    at Object.<anonymous> (/var/app/current/node_modules/.bin/nodemon:3:13)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
    at Module.load (internal/modules/cjs/loader.js:950:32)
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/var/app/current/node_modules/.bin/nodemon' ]
}
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-13 13:00:49 +02:00
..
blockchain Fix metadata edits 2019-08-14 10:18:09 +02:00
config use our IPFS cluster at ipfs.status.im for uploads (#72) 2020-01-23 14:20:38 +02:00
constants Adds new Crypto Onramps category 2020-11-11 17:44:22 +02:00
controllers use our IPFS cluster at ipfs.status.im for uploads (#72) 2020-01-23 14:20:38 +02:00
emails add config/index.js for central config management 2019-08-05 12:36:32 -04:00
errors Merge fron-end with the back-end 2019-06-03 21:01:42 +03:00
inputs Add email field 2019-07-20 11:02:23 +03:00
logger add config/index.js for central config management 2019-08-05 12:36:32 -04:00
middlewares fix usage of verifyUserAuth 2019-08-06 13:52:41 -04:00
models fix re-declaring content variable (#77) 2020-02-14 12:04:49 +02:00
routes drop https redirect, CloudFront does it for us 2019-11-05 17:21:20 +01:00
services use our IPFS cluster at ipfs.status.im for uploads (#72) 2020-01-23 14:20:38 +02:00
utils Merge fron-end with the back-end 2019-06-03 21:01:42 +03:00
logs.log Change the metadata fetching flow 2019-07-20 12:11:13 +03:00
package.json start backend without using nodemon 2022-10-13 13:00:49 +02:00
server.js set max-age for statuc files to 1 month 2019-11-05 17:47:14 +01:00
yarn.lock Dev dependency fix for minimist + acorn vulns 2020-03-19 09:45:58 +02:00