You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Then, add the following to your `package.json`:
30
30
31
31
Feel free to change the output path to whatever you like.
32
32
33
-
Next, the codegen will expect you to have created a file called either `getContentfulEnvironment.js` or `getContentfulEnvironment.ts`
33
+
Next, the codegen will expect you to have created a file called `getContentfulEnvironment.js`, `getContentfulEnvironment.cjs` or `getContentfulEnvironment.ts`
34
34
in the root of your project directory, which should export a promise that resolves with your Contentful environment.
35
35
36
36
The reason for this is that you can do whatever you like to set up your Contentful Management
0 commit comments