Environment Variable Rename #20
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lousando/briskett#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
NUXT_ENV_TZSTATS_URLis an old env var that needs to be renamed toNUXT_ENV_TZPRO_URL.It's a lingering artifact of the old API that Briskett used to use.
i want to work on this issue
Woo, I appreciate it. Let me know if you have issues setting up your machine. I've recently updated the
README.mdCan you guide me through the process? And in which file can I get this env variable?
@GajendraR You'll have to pull down the repo on your local machine. The find every instance of
NUXT_ENV_TZSTATS_URLURL and replace it.You'll want to verify that you can successfully build the project using
yarn buildOk thanks
Fixed in #21