mirror of
https://github.com/outline/outline.git
synced 2026-02-26 14:29:30 -06:00
* chore: Remove env variables in webpack bundle * remove unused globals * refactor: consolidate window.env calls to single file * fix: Slack client side integration auth * fix: developers url
4 lines
53 B
JavaScript
4 lines
53 B
JavaScript
// @flow
|
|
const env = window.env;
|
|
export default env;
|