diff --git a/.env.example b/.env.example index 98ca900..8788f19 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,8 @@ NUXT_PUBLIC_APP_NAME="osu!dash" NUXT_PUBLIC_OSU_API_BASE="https://osu.ppy.sh/api/v2" +NUXT_PUBLIC_OSU_TARGET_USER="Yourusername" NUXT_OSU_CLIENT_ID="your_client_id" NUXT_OSU_CLIENT_SECRET="your_client_secret" OSU_REPLAY_PATH="/path/to/your/osu/exports" -NUXT_ENABLE_REPLAY_WATCHER="false" \ No newline at end of file +NUXT_ENABLE_REPLAY_WATCHER="false" +NUXT_ALLOWED_HOSTS="osu.korpseluv.com" \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 651668d..4cb5fc8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,7 @@ Why is this change needed? ## Testing - [ ] `npm run build` +- [ ] `npm run typecheck` - [ ] Manual check (screenshots optional) ## Security / privacy diff --git a/app/app.vue b/app/app.vue index 52009c0..ab0ef77 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,5 +1,5 @@