mirror of
https://github.com/outline/outline.git
synced 2026-03-11 15:19:21 -05: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;
|