Skip to content

Commit 5f2442a

Browse files
authored
Update domain for Turborepo documentation (#128)
1 parent f185f62 commit 5f2442a

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ await build({
155155
- ✅ Official recommendation in [dotenv documentation](https://www.dotenv.org/docs/frameworks/angular/vercel) 🔥
156156
- ✅ Webpack and ESBuild support 🚀
157157
- ✅ Runtime environment variables 🎉
158-
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨
158+
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.) ✨
159159
- ✅ Easy to use, no configuration required
160160
- ✅ Up to date with latest Angular versions
161161
- ✅ Supports all Angular CLI commands

packages/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- ✅ Official recommendation in [dotenv documentation](https://www.dotenv.org/docs/frameworks/angular/vercel) 🔥
1111
- ✅ Webpack and ESBuild support 🚀
1212
- ✅ Runtime environment variables 🎉
13-
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨
13+
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.) ✨
1414
- ✅ Easy to use, no configuration required
1515
- ✅ Up to date with latest Angular versions
1616
- ✅ Supports all Angular CLI commands

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A CLI tool to load command line and .env environment variables with monorepo sup
77
- ✅ Expand environment variables `API_URL=$API_BASE/users`
88
- ✅ Define environment variables for a specific (e.g. `.env.production`)
99
- ✅ Load priorities of `.env.*` files (e.g. `.env.production` > `.env`)
10-
- ✅ Supports hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.)
10+
- ✅ Supports hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.)
1111
`apps/next-app/.env` > `apps/.env` > `.env`
1212
- ✅ Supports all platforms and languages (Node.js, Python...) `dotenv-run -- python main.py`
1313

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- ✅ Expand environment variables `API_URL=$API_BASE/users`
66
- ✅ Define environment variables for a specific environment (e.g. `.env.production`)
77
- ✅ Load priorities of `.env.*` files (e.g. `.env.production` > `.env`)
8-
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.)
8+
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.)
99
`apps/next-app/.env` > `apps/.env` > `.env`
1010

1111
# Install

packages/esbuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- ✅ Expand environment variables `API_URL=$API_BASE/users`
66
- ✅ Define environment variables for a specific environment (e.g. `.env.production`)
77
- ✅ Load priorities of `.env.*` files (e.g. `.env.production` > `.env`)
8-
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.)
8+
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.)
99
`apps/next-app/.env` > `apps/.env` > `.env`
1010

1111
## Install

packages/rollup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- ✅ Expand environment variables `API_URL=$API_BASE/users`
66
- ✅ Define environment variables for a specific environment (e.g. `.env.production`)
77
- ✅ Load priorities of `.env.*` files (e.g. `.env.production` > `.env`)
8-
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.)
8+
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.)
99
`apps/next-app/.env` > `apps/.env` > `.env`
1010

1111
## Install

packages/vite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- ✅ Expand environment variables `API_URL=$API_BASE/users`
66
- ✅ Define environment variables for a specific environment (e.g. `.env.production`)
77
- ✅ Load priorities of `.env.*` files (e.g. `.env.production` > `.env`)
8-
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.)
8+
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.)
99
`apps/next-app/.env` > `apps/.env` > `.env`
1010

1111
## Install

packages/webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- ✅ Expand environment variables `API_URL=$API_BASE/users`
66
- ✅ Define environment variables for a specific environment (e.g. `.env.production`)
77
- ✅ Load priorities of `.env.*` files (e.g. `.env.production` > `.env`)
8-
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.)
8+
- ✅ Hierarchical cascading configuration in monorepo projects ([Nx](https://nx.dev), [Turbo](https://turborepo.com/), etc.)
99
`apps/next-app/.env` > `apps/.env` > `.env`
1010

1111
## Install

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "https://turborepo.com/schema.json",
33
"pipeline": {
44
"build": {
55
"dependsOn": [
@@ -20,4 +20,4 @@
2020
]
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)