chore: add env example

This commit is contained in:
2026-03-10 20:35:17 +08:00
parent 21890ac5eb
commit 6c2314d140
4 changed files with 4 additions and 0 deletions

1
apps/web/.env.example Normal file
View File

@@ -0,0 +1 @@
NEXT_PUBLIC_CSMS_URL=http://localhost:3001

1
apps/web/.gitignore vendored
View File

@@ -32,6 +32,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel