Skip to content

Commit

Permalink
chore: updated env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Nov 17, 2024
1 parent 4546aef commit 0bc2a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# You should copy this file to .env.mainnet or .env.testnet and fill in the values.
# then run the proper script `pnpm run dev` (testnet) o `pnpm run dev:mainnet` (mainnet)

NUXT_HUB_PROJECT_KEY=
NUXT_PUBLIC_NIMIQ_NETWORK=test-albatross
NUXT_RPC_URL=
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"scripts": {
"build": "nuxi build",
"dev:packages": "pnpm --filter=./packages/* --parallel run dev",
"dev:local": "pnpm run dev:packages && nuxi dev",
"dev": "pnpm run dev:packages && nuxi dev --remote",
"dev:local": "pnpm run dev:packages && nuxi dev --dotenv .env.local",
"dev": "pnpm run dev:packages && nuxi dev --remote --dotenv .env.testnet",
"dev:mainnet": "pnpm run dev:packages && nuxi dev --remote --dotenv .env.mainnet",
"generate": "nuxi generate",
"preview": "npx nuxthub preview",
"postinstall": "nuxi prepare",
Expand Down

0 comments on commit 0bc2a71

Please sign in to comment.