From 9a6415ccd7a0b7f42d0dfd6ae3fd7eb6416fdb37 Mon Sep 17 00:00:00 2001 From: Sumanth Chinthagunta Date: Sun, 7 Jul 2024 10:46:55 -0700 Subject: [PATCH] feat: adding spectacular/role-houdini plugin --- apps/console/src/routes/(app)/profile/+page.ts | 2 +- docs/vercel.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/console/src/routes/(app)/profile/+page.ts b/apps/console/src/routes/(app)/profile/+page.ts index f933f6db..c935ca9b 100644 --- a/apps/console/src/routes/(app)/profile/+page.ts +++ b/apps/console/src/routes/(app)/profile/+page.ts @@ -16,7 +16,7 @@ export const _GetUserVariables: Variables = async (event) => { }; /** - * TODO: is this going to be a blocking call? + * if you need more customizations */ // export const load: PageLoad = async (event) => { // const { session } = await event.parent(); diff --git a/docs/vercel.md b/docs/vercel.md index 609cf441..2dfcdcbb 100644 --- a/docs/vercel.md +++ b/docs/vercel.md @@ -54,6 +54,15 @@ vercel env add API_TOKEN --sensitive vercel env rm API_TOKEN ``` +> [!NOTE] +> We also need to `vercel link` in `apps/console` as `turborepo` is not detected by `vercel-toolbar` yet. +> this will generate files in `apps/console/.vercel` + +```shell +cd apps/console +vercel link +``` + ### Link Using Monorepos with Vercel CLI