Skip to content

Commit

Permalink
chore: use new assets worker
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 2, 2024
1 parent 64a1ea9 commit d9e4b71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "vite-environment-examples-react-server"

main = "dist/ssr/index.js"
assets = "dist/client"
assets = { directory = "dist/client" }
workers_dev = true
compatibility_date = "2024-01-01"
2 changes: 1 addition & 1 deletion examples/vue-ssr-extra/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "vite-environment-examples-vue-ssr-extra"
main = "dist/server/index.js"
assets = "dist/client"
assets = { directory = "dist/client" }
workers_dev = true
compatibility_date = "2024-01-01"
compatibility_flags = ["nodejs_compat"]
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-ssr/misc/cloudflare-workers/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "vite-environment-examples-vue-ssr"

main = "dist/server/index.js"
assets = "dist/client"
assets = { directory = "dist/client" }
workers_dev = true
compatibility_date = "2024-01-01"

0 comments on commit d9e4b71

Please sign in to comment.