Skip to content

Commit

Permalink
chore: update examples/basic wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 5, 2024
1 parent bd5e693 commit 90d071d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/react-server/examples/basic/misc/cf/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name = "rsc-experiment"

main = "dist/main.js"
assets = "dist/client"
assets = { directory = "dist/client" }
workers_dev = true
compatibility_date = "2024-01-01"
# for now we need full `nodejs_compat` instead of `nodejs_als`
# https://github.com/cloudflare/workers-sdk/issues/6011
compatibility_flags = ["nodejs_compat"]
compatibility_date = "2024-09-19"
compatibility_flags = ["nodejs_als"]

0 comments on commit 90d071d

Please sign in to comment.