File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://turbo.build /schema.json" ,
2+ "$schema" : " https://turborepo.com /schema.json" ,
33 "pipeline" : {
44 "build" : {
55 "dependsOn" : [
2020 ]
2121 }
2222 }
23- }
23+ }
You can’t perform that action at this time.
0 commit comments