Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Mar 17, 2022
1 parent 0464a75 commit 2af1b16
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
7 changes: 2 additions & 5 deletions examples/cloudflare-workers-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.2.0",
"@cloudflare/wrangler": "^1.19.8",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@vitejs/plugin-react": "^1.2.0",
"express": "^4.17.3",
"esbuild": "^0.14.27",
"miniflare": "^2.3.0",
"node-fetch": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.4",
"vite-plugin-ssr": "0.3.60"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.4.0",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"esbuild": "^0.14.27"
}
}
5 changes: 4 additions & 1 deletion examples/cloudflare-workers-esbuild/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name = "vite-ssr-worker"
name = "vite-plugin-ssr_worker-example"
compatibility_date = "2021-09-29"
account_id = ""
workers_dev = true
type = "javascript"

[build]
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudflare-workers-vue-html-streaming/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "vite-ssr-worker"
type = "webpack"
name = "vite-plugin-ssr_worker-example"
compatibility_date = "2021-09-29"
account_id = ""
workers_dev = true
type = "webpack"
webpack_config = "./webpack.config.js"
compatibility_date = "2021-09-29"

[site]
bucket = "./dist/client"
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudflare-workers/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "vite-ssr-worker"
type = "webpack"
name = "vite-plugin-ssr_worker-example"
compatibility_date = "2021-09-29"
account_id = ""
workers_dev = true
type = "webpack"
webpack_config = "./webpack.config.js"
compatibility_date = "2021-09-29"

[site]
bucket = "./dist/client"
Expand Down

0 comments on commit 2af1b16

Please sign in to comment.