Skip to content

Commit 2bcd6ce

Browse files
authored
Change environment file for 'with-env' script
Updated the 'with-env' script to use '.env.local' instead of '../../.env'.
1 parent bbb66f5 commit 2bcd6ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"scripts": {
99
"dev": "pnpm run with-env vite dev",
1010
"auth:login": "tsx scripts/auth-login.ts",
11-
"with-env": "dotenv -e ../../.env",
1211
"with-env": "dotenv -e .env.local",
1312
"dev:frontend": "pnpm run with-env vite dev",
1413
"build": "vite build",

0 commit comments

Comments
 (0)