🔧 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

View File

@ -7,8 +7,9 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"commit": "bunx git-cz",
"push": "bun ./scripts/git-multipush.ts"
"git:commit": "bunx git-cz",
"git:push": "bun ./scripts/git-multipush.ts",
"env:publish": "bun ./scripts/create-env-example.ts"
},
"dependencies": {
"@heroui/react": "^2.8.2",