Skip to content

Commit

Permalink
test wrangler deploy 6
Browse files Browse the repository at this point in the history
  • Loading branch information
aorcsik committed Jun 14, 2024
1 parent 8778ac2 commit d77d7da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/stacks/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export default {
},
};

/* test 5 */
/* test 6 */
5 changes: 4 additions & 1 deletion src/js/stacks/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name = "stacks-proxy"
main = "./src/js/stacks/worker.js"
compatibility_date = "2023-08-23"
route = "bitrise.io/stacks*"
routes = [
{ pattern = "bitrise.io/stacks*", zone_name = "ebitrise.io" }
]
no_bundle = true

0 comments on commit d77d7da

Please sign in to comment.