Skip to content

Commit

Permalink
Copy sample env if env is not there
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Nov 15, 2023
1 parent 9b8cb85 commit a3fb5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"homepage": "https://0xsequence.github.io/demo-waas-auth/",
"scripts": {
"dev": "vite --port 3000",
"dev": "test -f .env || cp .env.example .env && vite --port 3000",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down

0 comments on commit a3fb5d3

Please sign in to comment.