Skip to content

Commit

Permalink
feat: adding spectacular/role-houdini plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jul 7, 2024
1 parent 6487166 commit 9a6415c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/console/src/routes/(app)/profile/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
9 changes: 9 additions & 0 deletions docs/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a6415c

Please sign in to comment.