-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add missing `nodejs_compat` flag to c3 qwik template The c3 qwik template doesn't include the `nodejs_compat` but qwik seems to be using AsyncLocalStorage, so newly created applications do display a warning regarding it missing, fix the above issue by adding the missing compat flag * chore: bump create-qwik from 1.5.7 to 1.9.0 in `/packages/create-cloudflare/src/frameworks` As part of this update the 'basic' template to its new name 'playground' (renamed in QwikDev/qwik#6632)
- Loading branch information
1 parent
2ddbb65
commit a602de0
Showing
6 changed files
with
24 additions
and
3 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,9 @@ | ||
--- | ||
"create-cloudflare": patch | ||
--- | ||
|
||
fix: add missing `nodejs_compat` flag to c3 qwik template | ||
|
||
The c3 qwik template doesn't include the `nodejs_compat` but qwik seems to be using | ||
AsyncLocalStorage, so newly created applications do display a warning regarding it | ||
missing, fix the above issue by adding the missing compat flag |
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,11 @@ | ||
--- | ||
"create-cloudflare": patch | ||
--- | ||
|
||
- chore: update dependencies of "create-cloudflare" package | ||
|
||
The following dependency versions have been updated: | ||
|
||
| Dependency | From | To | | ||
| ----------- | ----- | ----- | | ||
| create-qwik | 1.5.7 | 1.9.0 | |
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