🔧 create example env

Create .env.example to help you figure out what variables should be in the .env file. Run the command `bun run
env:publish` to sync the .env.example file with the .env file.
This commit is contained in:
2025-08-05 13:26:10 +07:00
parent a2c9b7fd08
commit e06360b5a9
4 changed files with 61 additions and 3 deletions

2
.gitignore vendored
View File

@ -31,7 +31,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
.env
# vercel
.vercel