forked from sveltejs/kit
-
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.
[feat] install adapters on demand (sveltejs#7462)
* [feat] install adapters on demand Closes sveltejs#5123 * oops * lock file, more logs * use postinstall hook * maybe * ugh * ignore errors that are not about module not found * debug * test node_env findings * remove dev omit and set node_env through JS * no env whatsoever? * this seems to work? * diy * tweak copy to mention deployment configuration Co-authored-by: Rich Harris <[email protected]>
- Loading branch information
1 parent
f2018d8
commit fa1265a
Showing
4 changed files
with
98 additions
and
30 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,5 @@ | ||
--- | ||
'@sveltejs/adapter-auto': patch | ||
--- | ||
|
||
[feat] install adapters on demand |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.