Skip to content

Commit 475661a

Browse files
fix: ci workers builds failure by fixing extension and configurations
* Renames `workers/index.js` to `workers/index.mjs` to match the entry point ESM requirement. * Modifies `wrangler.toml` to configure `workers/index.mjs` and compatibility date. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 024b883 commit 475661a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "yennefer"
2-
main = "workers/index.js"
3-
compatibility_date = "2024-09-23"
2+
main = "workers/index.mjs"
3+
compatibility_date = "2024-04-01"
44
compatibility_flags = ["nodejs_compat"]
55

66
# ─── Build step ──────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)