forked from redwoodjs/redwood
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move build handler. * Move dev handler. * move console handler. * Do not import structure. * Use local getPaths. * Attempt to directly import methods. * Make prerender async. * Rename file, add "sides." * Use renamed file. * Use new-sides. * Remove unused imports. * Async exec handler. * Async prisma handler. * Async type check. * Make build use sides. * Make serve use getPaths. * Return of the middleware. * revert internal import change to see if tests pass * fix type-check by fixing sides import * Revert "revert internal import change to see if tests pass" This reverts commit 2db74ad. * update mocking for cli tests accordingly * fix import to getConigPath * Add lint rule to prevent direct import of redwoodjs/internal inside framework * Fix all lint errors and tests * Update eslint comments * Import prerender tasks from the correct place Co-authored-by: Dominic Saadi <[email protected]> Co-authored-by: Daniel Choudhury <[email protected]>
- Loading branch information
1 parent
d67e937
commit f262bab
Showing
71 changed files
with
1,334 additions
and
1,136 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
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.