Skip to content

Commit

Permalink
switch to prestart hook
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomareVlad committed Oct 16, 2024
1 parent 14133e6 commit 1f19857
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vercelignore

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"funding": "https://PonomareVlad.ru/donate",
"license": "MIT",
"scripts": {
"postprepare": "touch .env",
"prestart": "touch .env",
"env": "npx vercel env pull .env",
"build": "node scripts/build.mjs",
"start": "node --watch --env-file=.env scripts/start.mjs"
Expand Down

0 comments on commit 1f19857

Please sign in to comment.