Skip to content

Commit

Permalink
like dj kalid says, and another one
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Jul 25, 2024
1 parent dad7003 commit 470dbe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"dev": "wrangler dev -e staging",
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' vitest run"
},
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ compatibility_date = "2024-02-23"

[env.staging]
name = "auth-worker-staging"

[env.staging.vars]
DENTITY_BASE_ENDPOINT = "https://oidc.staging.dentity.com"
APP_REDIRECT = "https://ens.domains"

0 comments on commit 470dbe2

Please sign in to comment.