change env status. update gitignore for env

pull/5600/head
Joseph Izang 2 weeks ago committed by Aniket
parent 63779ad248
commit 6b7131b3bd
  1. 2
      .env.local
  2. 1
      .gitignore
  3. 2
      apps/walletconnect/webpack.config.js

@ -2,4 +2,4 @@ gist_token=<token>
account_passphrase=<passphrase> account_passphrase=<passphrase>
account_password=<password> account_password=<password>
NODE_OPTIONS=--max-old-space-size=2048 NODE_OPTIONS=--max-old-space-size=2048
# WALLET_CONNECT_PROJECT_ID=<walletconnect cloud PROJECT_ID> WALLET_CONNECT_PROJECT_ID=<project_id>

1
.gitignore vendored

@ -16,6 +16,7 @@ soljson.js
*_group*.ts *_group*.ts
stats.json stats.json
release release
.env
# compiled output # compiled output

@ -46,7 +46,7 @@ module.exports = composePlugins(withNx(), (config) => {
process: 'process/browser' process: 'process/browser'
}) })
) )
console.log(process.env.WALLET_CONNECT_PROJECT_ID)
// set the define plugin to load the WALLET_CONNECT_PROJECT_ID // set the define plugin to load the WALLET_CONNECT_PROJECT_ID
config.plugins.push( config.plugins.push(
new webpack.DefinePlugin({ new webpack.DefinePlugin({

Loading…
Cancel
Save