Skip to content

Commit

Permalink
change env status. update gitignore for env
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang authored and Aniket-Engg committed Jan 20, 2025
1 parent 63779ad commit 6b7131b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env → .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gist_token=<token>
account_passphrase=<passphrase>
account_password=<password>
NODE_OPTIONS=--max-old-space-size=2048
# WALLET_CONNECT_PROJECT_ID=<walletconnect cloud PROJECT_ID>
WALLET_CONNECT_PROJECT_ID=<project_id>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ soljson.js
*_group*.ts
stats.json
release
.env


# compiled output
Expand Down
2 changes: 1 addition & 1 deletion apps/walletconnect/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = composePlugins(withNx(), (config) => {
process: 'process/browser'
})
)

console.log(process.env.WALLET_CONNECT_PROJECT_ID)
// set the define plugin to load the WALLET_CONNECT_PROJECT_ID
config.plugins.push(
new webpack.DefinePlugin({
Expand Down

0 comments on commit 6b7131b

Please sign in to comment.