mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix Package
This commit is contained in:
commit
9d41cc53c3
2 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,6 @@
|
|||
"devDependencies": {
|
||||
"@types/html-to-text": "^9.0.2",
|
||||
"@types/jsdom": "^21.1.3",
|
||||
"@types/lodash": "^4.14.201",
|
||||
"@types/mailparser": "^3.4.5",
|
||||
"@types/axios" : "^0.14.4",
|
||||
"@types/node": "^20.8.4",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ These files provide all you need to get Omnivore up and running on your local en
|
|||
### 3. Populate the .env file
|
||||
|
||||
There is a .env.example file located within the docker-compose folder that should give you the necessary environment variables to begin running.
|
||||
You can use these by `mv .env.example.env`
|
||||
You can use these by `mv .env .example.env`
|
||||
|
||||
The following environment variables should be changed to reflect where you are running your application.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue