5d6f68d399
- Added `accountProvisioner` - Move authentication to use passport strategies - Make authentication more pluggable - Change language of services -> providers closes #1120
11 lines
162 B
JavaScript
11 lines
162 B
JavaScript
// @flow
|
|
declare var process: {
|
|
exit: (code?: number) => void,
|
|
cwd: () => string,
|
|
env: {
|
|
[string]: string,
|
|
},
|
|
};
|
|
|
|
declare var EDITOR_VERSION: string;
|