-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): improve DX by saving configuration in a local config file (#…
…604)
- Loading branch information
Showing
13 changed files
with
548 additions
and
474 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,10 @@ | ||
--- | ||
'@lagon/cli': minor | ||
'@lagon/docs': minor | ||
--- | ||
|
||
Improve functions configuration by saving parameters into a local config file. | ||
|
||
When using `lagon dev`, `lagon build` or `lagon deploy`, you don't need anymore to specify the function's entrypoint and the public directory. These configuration are saved into a local `.lagon/config.json` file. | ||
|
||
Note that `lagon dev` still allows to specify an entrypoint and public directory as before using arguments and options, making it easy to test locally. |
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.
73856f5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
storybook – ./packages/ui
storybook-lagon.vercel.app
ui.lagon.app
storybook-swart-eight.vercel.app
storybook-git-main-lagon.vercel.app
73856f5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
dashboard – ./packages/dashboard
dashboard-git-main-lagon.vercel.app
dashboard-lagon.vercel.app
dash.lagon.app
73856f5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs – ./packages/docs
docs-lagon.vercel.app
docs.lagon.app
docs-git-main-lagon.vercel.app
lagon-docs.vercel.app
73856f5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
www – ./www
www-lagon.vercel.app
www-git-main-lagon.vercel.app
lagon.dev
lagon.app