mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
[Request for feedback] Heroku fix (#1721)
* Remove package-lock.json file, as Talk uses Yarn * Silence ENV rewrite errors in Heroku
This commit is contained in:
committed by
Wyatt Johnson
parent
e55ed489f2
commit
eddd63ae1a
Generated
-2350
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,7 @@
|
||||
// Ensure that we always process the rewrites silently, otherwise it may fail in
|
||||
// environments like Heroku.
|
||||
process.env.REWRITE_ENV_SILENT = 'TRUE';
|
||||
|
||||
// Perform rewrites to the runtime environment variables based on the contents
|
||||
// of the process.env.REWRITE_ENV if it exists. This is done here as it is the
|
||||
// entrypoint for the entire applications configuration.
|
||||
|
||||
Reference in New Issue
Block a user