Skip to content
Snippets Groups Projects
Commit 16de8cb9 authored by James Long's avatar James Long
Browse files

Remove source-map-support

parent caec05df
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@ You should deploy your server so it's always running. We recommend [fly.io](http
Next, [install the `flyctl`](https://fly.io/docs/flyctl/installing/) utility. Run `flyctl auth login` to sign into your account.
Now, run `flyctl deploy` from `actual-server`. You should have a running app now!
Now, run `flyctl launch` from `actual-server`. You should have a running app now!
Whenever you want to update Actual, update the versions of `@actual-app/api` and `@actual-app/web` in `package.json` and deploy again.
Whenever you want to update Actual, update the versions of `@actual-app/api` and `@actual-app/web` in `package.json` and run `flyctl deploy`.
**Note:** if you don't want to use fly, we still provide a `Dockerfile` to build the app so it should work anywhere that can compile a docker image.
......
require('source-map-support').install();
const express = require('express');
const bodyParser = require('body-parser');
const cors = require('cors');
......
......@@ -18,7 +18,6 @@
"express": "^4.16.3",
"express-response-size": "^0.0.3",
"node-fetch": "^2.2.0",
"source-map-support": "^0.5.21",
"uuid": "^3.3.2"
},
"eslintConfig": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment