-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add `--serve` flag to `dev` command * refactor: simplify internal directory clean up * refactor: load built functions * refactor: make things nicer * refactor: add const * feat: show debug message * refactor: rename variable * chore: add `extract-zip` dependency * chore: update snapshots * refactor: conditionally set `quiet` flag * refactor: simplify code * chore: update docs * refactor: rename flag to `prod` * refactor: update message * feat: do not set `NETLIFY_DEV` when `prod` is set * chore: remove lint exceptions * Apply suggestions from code review Co-authored-by: Matt Kane <m@mk.gg> * refactor: treat `NETLIFY_DEV` consistently across function types * refactor: add `internal` source for env vars * fix: handle internal vars correctly * chore: update docs * refactor: remove unused variable * feat: set `context=production` when `prod` is used * refactor: add beta label * feat: create separate `serve` command * Update src/commands/serve/serve.mjs Co-authored-by: Matt Kane <m@mk.gg> * refactor: remove unused flags * refactor: abort server when build fails * refactor: always start functions server * chore: remove ESLint directive * fix: fix imports * refactor: always start functions server * refactor: ensure internal functions directory * refactor: reinstate functions server check * refactor: add missing import * fix: fix imports * refactor: move logic for ensuring internal functions directory * chore: fix test * chore: update docs * chore: update snapshot * refactor: add log message * Update src/commands/serve/serve.mjs Co-authored-by: Matt Kane <m@mk.gg> * chore: update docs Co-authored-by: Matt Kane <m@mk.gg>
- Loading branch information
1 parent
2b7045e
commit 0d583d9
Showing
22 changed files
with
923 additions
and
658 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
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
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.
0d583d9
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.
📊 Benchmark results