From 4a01778df9529c00b208db39d77d0615597e21ec Mon Sep 17 00:00:00 2001 From: Sibtain Ali Date: Sat, 3 Jun 2023 01:19:12 +0500 Subject: [PATCH] feat: fix storybook --- .storybook/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 81a36fde8289..189851366792 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -4,7 +4,7 @@ const path = require('path'); const dotenv = require('dotenv'); const _ = require('underscore'); const custom = require('../config/webpack/webpack.common')({ - envFile: '../.env.production', + envFile: '.env.production', }); const env = dotenv.config({path: path.resolve(__dirname, '../.env.staging')}).parsed;