-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: detect internal functions created after dev server already star…
…ted (#6257) * refactor: store projectDir as class member * fix: always scan for internal edge functions * refactor: add some types * fix: scan for declarations in deployconfig * refactor: some typescript * fix: always watch internal functions dir this has the side-effect that we're *always* starting the function server! * refactor: some cleanup now that we're always starting the functions server * chore: prettier * fix: read import map from deploy config at runtime * chore: remove unused code * chore: prettier * fix: check if import_map is defined * fix: deploying needs functions-internal folder even if empty * fix: functions server is now always started * chore: remove dangling console.error * chore: fix some more types * chore: fix some more types * fix: site root always exists * chore: more types * chore: mooore types * chore: moar types * fix: implement precedence for user functions before this commit, we were relying on the order of calling `scanDirectories` to set things up right. now that internal functions can be added during dev, we need to handle precedence more explicitly! * chore: prettier * fix: try removing clash in sitenames * chore: debug this schmu * fix: try awaiting the expectation * refactor: use build instead of deprecated buildAsync * chore: disable ssh * chore: prettier * fix: one more try * fix: this time I got you! * fix: root is not always defined * fix: make builderror type error
- Loading branch information
Showing
27 changed files
with
1,469 additions
and
777 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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.
02e1069
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
02e1069
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