Initial code for Slack based search
This commit is contained in:
@ -10,6 +10,7 @@ var definePlugin = new webpack.DefinePlugin({
|
||||
__PRERELEASE__: JSON.stringify(JSON.parse(process.env.BUILD_PRERELEASE || 'false')),
|
||||
SLACK_REDIRECT_URI: JSON.stringify(process.env.SLACK_REDIRECT_URI),
|
||||
SLACK_KEY: JSON.stringify(process.env.SLACK_KEY),
|
||||
URL: JSON.stringify(process.env.URL),
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user