mirror of
https://github.com/outline/outline.git
synced 2025-12-30 23:40:46 -06:00
This work provides a foundation for a more pluggable authentication system such as the one outlined in #1317. closes #1317
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
// @flow
|
|
if (process.env.NODE_ENV !== "test") {
|
|
require("dotenv").config({ silent: true });
|
|
}
|
|
|
|
process.env.SINGLE_RUN = true;
|