mirror of
https://github.com/outline/outline.git
synced 2026-06-28 18:54:24 +03:00
67981a351e
* 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
7 lines
71 B
JavaScript
7 lines
71 B
JavaScript
// @flow
|
|
declare var process: {
|
|
env: {
|
|
[string]: string,
|
|
},
|
|
};
|