diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 84a9976..9713854 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -24,7 +24,7 @@ jobs: - name: Wait for Next.js to start run: | timeout=30 - while ! nc -z localhost 3000; do + while ! nc -z localhost 3005; do if [ $timeout -le 0 ]; then echo "Timed out waiting for Next.js to start" exit 1 diff --git a/.vscode/settings.json b/.vscode/settings.json index 8d1dae4..9271966 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,5 +17,10 @@ "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, - "editor.rulers": [100] + "editor.rulers": [ + 100 + ], + "cSpell.words": [ + "novu" + ] }