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:
giancarlo
2024-04-17 14:05:17 +08:00
parent f8e0783e79
commit d62bcad657

View File

@@ -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 },