🔧 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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user