Skip to content

Commit

Permalink
AzureADB2CサンプルとConsumerのpreview時のポートを未指定’(デフォルト値)に統一 (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaHizume authored Jan 16, 2025
1 parent 88a3c70 commit ee51c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/azure-ad-b2c-sample/auth-frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:dev": "run-p type-check build-only:dev --print-label",
"build-only:prod": "vite build --mode prod",
"build-only:dev": "vite build --mode dev",
"preview": "vite preview --port 5050",
"preview": "vite preview",
"test:unit": "vitest",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
Expand Down
2 changes: 1 addition & 1 deletion samples/web-csr/dressca-frontend/consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:dev": "run-p type-check build-only:dev --print-label",
"build-only:prod": "vite build --mode prod",
"build-only:dev": "vite build --mode dev",
"preview": "vite preview --port 5050",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test dev http://localhost:5173/ 'cypress open --e2e --browser chrome'",
"test:e2e:ci": "start-server-and-test dev http://localhost:5173/ 'cypress run'",
Expand Down

0 comments on commit ee51c43

Please sign in to comment.