Skip to content

Commit 9c1194c

Browse files
committed
Replace wrangler.toml with wrangler.jsonc
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 06835c7 commit 9c1194c

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}

integration/helpers/vite-plugin-cloudflare-template/wrangler.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}

playground/vite-plugin-cloudflare/wrangler.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)