File tree Expand file tree Collapse file tree 4 files changed +20
-12
lines changed
integration/helpers/vite-plugin-cloudflare-template
playground/vite-plugin-cloudflare Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://unpkg.com/wrangler/config-schema.json" ,
3
+ "name" : " react-router-app" ,
4
+ // https://developers.cloudflare.com/workers/configuration/compatibility-flags/#flags-history
5
+ "compatibility_date" : " 2024-11-11" ,
6
+ "main" : " ./workers/app.ts" ,
7
+ "vars" : {
8
+ "VALUE_FROM_CLOUDFLARE" : " Hello from Cloudflare"
9
+ }
10
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://unpkg.com/wrangler/config-schema.json" ,
3
+ "name" : " react-router-app" ,
4
+ // https://developers.cloudflare.com/workers/configuration/compatibility-flags/#flags-history
5
+ "compatibility_date" : " 2024-11-11" ,
6
+ "main" : " ./workers/app.ts" ,
7
+ "vars" : {
8
+ "VALUE_FROM_CLOUDFLARE" : " Hello from Cloudflare"
9
+ }
10
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments