Skip to content

Commit

Permalink
Merge branch 'canary' into fix/server-actions-nav
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Sep 23, 2023
2 parents 4831e27 + d5db4d3 commit 238ed7f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add Cypress to the `package.json` scripts field:
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress": "cypress open"
"cypress:open": "cypress open"
}
}
```
Expand Down Expand Up @@ -446,7 +446,9 @@ If your project is using [Module Path Aliases](/docs/pages/building-your-applica
```json filename="tsconfig.json or jsconfig.json"
{
"compilerOptions": {
"baseUrl": ".",
"module": "esnext",
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"@/components/*": ["components/*"]
}
Expand Down

0 comments on commit 238ed7f

Please sign in to comment.