Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
adb-sh committed Aug 13, 2024
1 parent 4d0424d commit 720186c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const mainWorker :Workerd.Worker = (
serviceWorkerScript = embed "hello.js",
modules = [
( name = "worker",
esModule = embed ".wrangler/dist/read-post.js"
esModule = embed "hello.js"
)
],
compatibilityDate = "2024-02-19",
# Learn more about compatibility dates at:
# https://developers.cloudflare.com/workers/platform/compatibility-dates/
);
);

0 comments on commit 720186c

Please sign in to comment.