Skip to content

Commit 4ecafca

Browse files
authored
Merge pull request #189 from oslabs-beta/master
Fix npm run build
2 parents e875b76 + ee01c7f commit 4ecafca

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SLACK_CLIENT_SECRET = "f58eea5761562d05dfa266207726f2aa"
2+
SLACK_CLIENT_ID = "4070788123922.4067827840757"
3+
SLACK_REDIRECT_URI = "https://app.slack.com/client/T0422P63MT4/C041W53TYBG?redir=%2Fapi%2Fapps%3Fnew_app%3D1"
4+
5+
# SLACK_CLIENT_ID = 2863575808677.2851894215719
6+
# SLACK_CLIENT_SECRET = "f2298f5fbb83d842616711d19c829a45"
7+
# SLACK_REDIRECT_URI = "overvue://slack"

.env.development

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SLACK_CLIENT_SECRET = "f58eea5761562d05dfa266207726f2aa"
2+
SLACK_CLIENT_ID = "4070788123922.4067827840757"
3+
SLACK_REDIRECT_URI = "https://app.slack.com/client/T0422P63MT4/C041W53TYBG?redir=%2Fapi%2Fapps%3Fnew_app%3D1"
4+
5+
# SLACK_CLIENT_ID = "2863575808677.2851894215719"
6+
# SLACK_CLIENT_SECRET = "f2298f5fbb83d842616711d19c829a45"
7+
# SLACK_REDIRECT_URI = "overvuedev://test"

.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#DO NOT DELETE THIS FILE, and follow instructions:
2+
# Required for Slack Oauth features
3+
# Create TWO files, one named ".env" and the second named ".env.development" in this directory, and give them the following variables
4+
# Any environment variables you create MUST also be created here in .env.example
5+
6+
SLACK_CLIENT_SECRET = "ENTER_CLIENT_SECRET_HERE"
7+
SLACK_CLIENT_ID = "ENTER_CLIENT_ID_HERE"
8+
SLACK_REDIRECT_URI = "REDIRECT URL HERE"
9+
10+
# https://www.npmjs.com/package/dotenv
11+
# https://www.npmjs.com/package/quasar-dotenv
12+
# https://v1.quasar.dev/quasar-cli/handling-process-env
13+
# https://v1.quasar.dev/quasar-cli/quasar-conf-js#using-dotenv

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ yarn-error.log*
3030
*.suo
3131
*.ntvs*
3232
*.njsproj
33-
*.sln
34-
35-
# .env files
36-
.env*
33+
*.sln

0 commit comments

Comments
 (0)