Skip to content

Commit

Permalink
chore: add command to mock api responses
Browse files Browse the repository at this point in the history
`environment variable` was misspelled

See: f253ce
  • Loading branch information
marcel-bitfly committed Oct 21, 2024
1 parent f13029c commit 064616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"scripts": {
"build": "nuxt build",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt dev",
"dev:mock:api": "NUXT_IS_API_MOCKED=true npm run dev",
"dev:mock:api": "NUXT_PUBLIC_IS_API_MOCKED=true npm run dev",
"dev:mock:production": "NUXT_DEPLOYMENT_TYPE=production npm run dev",
"dev:mock:staging": "NUXT_DEPLOYMENT_TYPE=staging npm run dev",
"generate": "nuxt generate",
Expand Down

0 comments on commit 064616d

Please sign in to comment.