This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.1.5 * remove package-lock.json * Revert "remove package-lock.json" This reverts commit ce69833. * set up dotenvx * add default env * remove sentry
- Loading branch information
Showing
13 changed files
with
1,192 additions
and
1,659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SKIP_ENV_VALIDATION="true" | ||
NEXT_PUBLIC_SKIP_ENV_VALIDATION="true" | ||
DATABASE_DIRECT_URL="${DATABASE_URL}" | ||
DATABASE_URL= | ||
SMTP_URL= | ||
AUTH_SECRET= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DATABASE_DIRECT_URL="${DATABASE_URL}" | ||
DATABASE_URL= | ||
SMTP_URL= | ||
AUTH_SECRET= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
PATH_add node_modules/.bin | ||
# eval "$(infisical export -e dev --format=dotenv-export)" | ||
|
||
export SKIP_ENV_VALIDATION=true | ||
export NEXT_PUBLIC_SKIP_ENV_VALIDATION=true | ||
|
||
dotenv_if_exists .env.local | ||
source <(dotenvx get -f .env.x.local .env.x.development --pretty-print | jq -r 'to_entries | .[] | "export \(.key)=\(.value | @sh)"') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.