Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate import compilation error, Updated README, and run lint #499

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

Layendan
Copy link
Contributor

@Layendan Layendan commented Oct 19, 2023

There was a ts compilation error where there was a duplicate fs import in main.ts which prevented the app from running.

I also updated the README to mention changing the NODE_ENV environment variable to PROD if you were self-hosting the api.

Then, I just ran the linter.

Fixes #509

@riimuru riimuru merged commit ea82c58 into consumet:main Oct 20, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript Compilation Error
2 participants