Skip to content

Commit 6b7131b

Browse files
joeizangAniket-Engg
authored andcommitted
change env status. update gitignore for env
1 parent 63779ad commit 6b7131b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.env renamed to .env.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ gist_token=<token>
22
account_passphrase=<passphrase>
33
account_password=<password>
44
NODE_OPTIONS=--max-old-space-size=2048
5-
# WALLET_CONNECT_PROJECT_ID=<walletconnect cloud PROJECT_ID>
5+
WALLET_CONNECT_PROJECT_ID=<project_id>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ soljson.js
1616
*_group*.ts
1717
stats.json
1818
release
19+
.env
1920

2021

2122
# compiled output

apps/walletconnect/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = composePlugins(withNx(), (config) => {
4646
process: 'process/browser'
4747
})
4848
)
49-
49+
console.log(process.env.WALLET_CONNECT_PROJECT_ID)
5050
// set the define plugin to load the WALLET_CONNECT_PROJECT_ID
5151
config.plugins.push(
5252
new webpack.DefinePlugin({

0 commit comments

Comments
 (0)