aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 4694322..2d13ac2 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -85,7 +85,8 @@ module.exports = {
REACT_APP_SENTRY_DSN: "https://[email protected]/1234",
REACT_APP_BRANCH: "development",
REACT_APP_OAUTH2_CLIENT_ID: "0",
- BACKEND_URL: "https://forms-api.pythondiscord.com/"
+ BACKEND_URL: "https://forms-api.pythondiscord.com/",
+ CONTEXT: "development"
}), new HtmlWebpackPlugin({
inject: true,
template: 'public/index.html'