-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: experimental Angular template using Workers with Assets was brok…
…en (#6815)
- Loading branch information
1 parent
0792fa0
commit ffe8d10
Showing
7 changed files
with
25 additions
and
41 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 @@ | ||
--- | ||
"create-cloudflare": patch | ||
--- | ||
|
||
fix: experimental Angular template using Workers with Assets was broken |
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
4 changes: 0 additions & 4 deletions
4
packages/create-cloudflare/templates-experimental/angular/templates/src/.assetsignore
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
9 changes: 0 additions & 9 deletions
9
packages/create-cloudflare/templates-experimental/angular/templates/tools/copy-files.mjs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
packages/create-cloudflare/templates-experimental/angular/templates/tools/paths.mjs
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
packages/create-cloudflare/templates-experimental/angular/templates/wrangler.toml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#:schema node_modules/wrangler/config-schema.json | ||
name = "<TBD>" | ||
compatibility_date = "<TBD>" | ||
main = "./dist/cloudflare/_worker.js" | ||
assets = { directory = "./dist/cloudflare", binding = "ASSETS" } | ||
main = "./dist/server/server.mjs" | ||
assets = { directory = "./dist/browser", binding = "ASSETS" } |