Add environment variables and deployment instructions to README
The README is updated to include comprehensive instructions and guidance for setting up various environment variables which are essential for the project's configuration. In addition, it provides instructions on how to deploy the project to two popular platforms: Vercel and Cloudflare.
This commit is contained in:
@@ -52,9 +52,6 @@ const config = {
|
|||||||
transform: 'lodash/{{member}}',
|
transform: 'lodash/{{member}}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
env: {
|
|
||||||
NEXT_PUBLIC_BUILD_ID: process.env.GIT_HASH ?? performance.now().toString(),
|
|
||||||
},
|
|
||||||
/** We already do linting and typechecking as separate tasks in CI */
|
/** We already do linting and typechecking as separate tasks in CI */
|
||||||
eslint: { ignoreDuringBuilds: true },
|
eslint: { ignoreDuringBuilds: true },
|
||||||
typescript: { ignoreBuildErrors: true },
|
typescript: { ignoreBuildErrors: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user