- Add `php artisan passport:keys --force` step to tests workflow so the OAuth2 server keys exist before tests run. Without them every API test failed with `LogicException: Invalid key supplied` from `vendor/league/oauth2-server/src/CryptKey.php`. - Clear 4 pre-existing unused-variable lint errors that were blocking this PR's CI (auth/GoogleAuthButton, billing/Subscribe, posts/editor/CommentsTab, posts/editor/TikTokSettings). - `eslint --fix` also reordered imports alphabetically in 11 other files — pure cosmetic. |
||
|---|---|---|
| .. | ||
| components | ||
| composables | ||
| data | ||
| enums | ||
| layouts | ||
| lib | ||
| pages | ||
| types | ||
| utils | ||
| app.ts | ||
| date.ts | ||
| dayjs.ts | ||
| debounce.ts | ||
| posthog.ts | ||
| ssr.ts | ||