We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a2b04 commit 062ed02Copy full SHA for 062ed02
1 file changed
docs/fern/docs/pages/getting-started/setup.mdx
@@ -70,7 +70,6 @@ We recommend using our **setup wizard**, which will automatically detect your pr
70
71
export const stackServerApp = new StackServerApp({
72
tokenStore: "nextjs-cookie", // storing auth tokens in cookies
73
- //there is other parameter named "urls" which is covered later in the docs
74
});
75
```
76
0 commit comments