create-cloudflare 0.0.0-ee98fd444 → 0.0.0-eef649c82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/cli.js +6171 -7605
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/package.json +7 -6
  4. package/templates/analog/templates/wrangler.json +5 -0
  5. package/templates/astro/c3.ts +17 -33
  6. package/templates/astro/templates/js/wrangler.json +8 -0
  7. package/templates/astro/templates/ts/worker-configuration.d.ts +4 -0
  8. package/templates/astro/templates/ts/wrangler.json +8 -0
  9. package/templates/common/js/package.json +1 -1
  10. package/templates/common/js/wrangler.json +8 -0
  11. package/templates/common/ts/package.json +1 -1
  12. package/templates/common/ts/wrangler.json +8 -0
  13. package/templates/hello-world/js/package.json +1 -1
  14. package/templates/hello-world/js/wrangler.json +8 -0
  15. package/templates/hello-world/py/package.json +1 -1
  16. package/templates/hello-world/py/wrangler.json +9 -0
  17. package/templates/hello-world/ts/package.json +1 -1
  18. package/templates/hello-world/ts/wrangler.json +8 -0
  19. package/templates/hello-world-durable-object/js/package.json +1 -1
  20. package/templates/hello-world-durable-object/js/wrangler.json +24 -0
  21. package/templates/hello-world-durable-object/ts/package.json +1 -1
  22. package/templates/hello-world-durable-object/ts/src/index.ts +1 -1
  23. package/templates/hello-world-durable-object/ts/wrangler.json +24 -0
  24. package/templates/hono/templates/wrangler.json +8 -0
  25. package/templates/next/README.md +1 -1
  26. package/templates/next/app/js/app/api/hello/route.js +4 -4
  27. package/templates/next/app/ts/app/api/hello/route.ts +4 -5
  28. package/templates/next/c3.ts +4 -4
  29. package/templates/next/wrangler.json +8 -0
  30. package/templates/nuxt/c3.ts +1 -1
  31. package/templates/nuxt/templates/wrangler.json +8 -0
  32. package/templates/openapi/ts/package.json +1 -1
  33. package/templates/openapi/ts/wrangler.json +8 -0
  34. package/templates/pre-existing/js/package.json +1 -1
  35. package/templates/pre-existing/js/wrangler.json +5 -0
  36. package/templates/queues/js/package.json +1 -1
  37. package/templates/queues/js/wrangler.json +21 -0
  38. package/templates/queues/ts/package.json +1 -1
  39. package/templates/queues/ts/wrangler.json +21 -0
  40. package/templates/qwik/templates/wrangler.json +8 -0
  41. package/templates/remix/templates/wrangler.json +5 -0
  42. package/templates/scheduled/js/package.json +1 -1
  43. package/templates/scheduled/js/wrangler.json +13 -0
  44. package/templates/scheduled/ts/package.json +1 -1
  45. package/templates/scheduled/ts/wrangler.json +13 -0
  46. package/templates/solid/c3.ts +1 -1
  47. package/templates/solid/templates/wrangler.json +8 -0
  48. package/templates/svelte/templates/wrangler.json +5 -0
  49. package/templates-experimental/angular/templates/wrangler.json +12 -0
  50. package/templates-experimental/astro/c3.ts +17 -33
  51. package/templates-experimental/astro/templates/js/wrangler.json +15 -0
  52. package/templates-experimental/astro/templates/ts/public/.assetsignore +4 -0
  53. package/templates-experimental/astro/templates/ts/worker-configuration.d.ts +4 -0
  54. package/templates-experimental/astro/templates/ts/wrangler.json +15 -0
  55. package/templates-experimental/docusaurus/templates/wrangler.json +10 -0
  56. package/templates-experimental/gatsby/templates/wrangler.json +10 -0
  57. package/templates-experimental/hello-world-assets-only/templates/wrangler.json +10 -0
  58. package/templates-experimental/hello-world-durable-object-with-assets/js/package.json +1 -1
  59. package/templates-experimental/hello-world-durable-object-with-assets/js/wrangler.json +28 -0
  60. package/templates-experimental/hello-world-durable-object-with-assets/ts/package.json +1 -1
  61. package/templates-experimental/hello-world-durable-object-with-assets/ts/wrangler.json +28 -0
  62. package/templates-experimental/hello-world-with-assets/js/package.json +1 -1
  63. package/templates-experimental/hello-world-with-assets/js/wrangler.json +15 -0
  64. package/templates-experimental/hello-world-with-assets/py/package.json +1 -1
  65. package/templates-experimental/hello-world-with-assets/py/wrangler.json +15 -0
  66. package/templates-experimental/hello-world-with-assets/ts/package.json +1 -1
  67. package/templates-experimental/hello-world-with-assets/ts/wrangler.json +15 -0
  68. package/templates-experimental/hono/templates/wrangler.json +9 -0
  69. package/templates-experimental/next/c3.ts +12 -5
  70. package/templates-experimental/next/templates/.dev.vars +2 -0
  71. package/templates-experimental/next/templates/__dot__gitignore +2 -5
  72. package/templates-experimental/next/templates/cloudflare-env.d.ts +5 -0
  73. package/templates-experimental/next/templates/open-next.config.ts +28 -0
  74. package/templates-experimental/next/templates/wrangler.json +13 -0
  75. package/templates-experimental/nuxt/c3.ts +1 -1
  76. package/templates-experimental/nuxt/templates/wrangler.json +12 -0
  77. package/templates-experimental/qwik/templates/wrangler.json +15 -0
  78. package/templates-experimental/solid/c3.ts +1 -1
  79. package/templates-experimental/solid/templates/wrangler.json +15 -0
  80. package/templates-experimental/svelte/templates/wrangler.json +12 -0
  81. package/templates-experimental/vue/templates/wrangler.json +10 -0
  82. package/templates/analog/templates/wrangler.toml +0 -85
  83. package/templates/astro/templates/wrangler.toml +0 -86
  84. package/templates/common/js/wrangler.toml +0 -113
  85. package/templates/common/ts/wrangler.toml +0 -113
  86. package/templates/hello-world/js/wrangler.toml +0 -114
  87. package/templates/hello-world/py/wrangler.toml +0 -114
  88. package/templates/hello-world/ts/wrangler.toml +0 -114
  89. package/templates/hello-world-durable-object/js/wrangler.toml +0 -113
  90. package/templates/hello-world-durable-object/ts/wrangler.toml +0 -113
  91. package/templates/hono/templates/wrangler.toml +0 -113
  92. package/templates/next/wrangler.toml +0 -86
  93. package/templates/nuxt/templates/wrangler.toml +0 -86
  94. package/templates/openapi/ts/wrangler.toml +0 -113
  95. package/templates/pre-existing/js/wrangler.toml +0 -4
  96. package/templates/queues/js/wrangler.toml +0 -118
  97. package/templates/queues/ts/wrangler.toml +0 -118
  98. package/templates/qwik/templates/wrangler.toml +0 -86
  99. package/templates/remix/templates/wrangler.toml +0 -85
  100. package/templates/scheduled/js/wrangler.toml +0 -119
  101. package/templates/scheduled/ts/wrangler.toml +0 -119
  102. package/templates/solid/templates/wrangler.toml +0 -84
  103. package/templates/svelte/templates/wrangler.toml +0 -85
  104. package/templates-experimental/angular/templates/wrangler.toml +0 -11
  105. package/templates-experimental/astro/templates/wrangler.toml +0 -12
  106. package/templates-experimental/docusaurus/templates/wrangler.toml +0 -10
  107. package/templates-experimental/gatsby/templates/wrangler.toml +0 -10
  108. package/templates-experimental/hello-world-assets-only/templates/wrangler.toml +0 -10
  109. package/templates-experimental/hello-world-durable-object-with-assets/js/wrangler.toml +0 -24
  110. package/templates-experimental/hello-world-durable-object-with-assets/ts/wrangler.toml +0 -24
  111. package/templates-experimental/hello-world-with-assets/js/wrangler.toml +0 -12
  112. package/templates-experimental/hello-world-with-assets/py/wrangler.toml +0 -12
  113. package/templates-experimental/hello-world-with-assets/ts/wrangler.toml +0 -12
  114. package/templates-experimental/hono/templates/wrangler.toml +0 -5
  115. package/templates-experimental/next/templates/env.d.ts +0 -5
  116. package/templates-experimental/next/templates/wrangler.toml +0 -12
  117. package/templates-experimental/nuxt/templates/wrangler.toml +0 -11
  118. package/templates-experimental/qwik/templates/wrangler.toml +0 -12
  119. package/templates-experimental/solid/templates/wrangler.toml +0 -12
  120. package/templates-experimental/svelte/templates/wrangler.toml +0 -11
  121. package/templates-experimental/vue/templates/wrangler.toml +0 -10
  122. /package/templates/astro/{snippets/runtimeDeclaration.ts → templates/ts/src/env.d.ts} +0 -0
  123. /package/templates-experimental/astro/templates/{public → js/public}/.assetsignore +0 -0
  124. /package/templates-experimental/astro/{snippets/runtimeDeclaration.ts → templates/ts/src/env.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudflare",
3
- "version": "0.0.0-ee98fd444",
3
+ "version": "0.0.0-eef649c82",
4
4
  "description": "A CLI for creating and deploying new applications to Cloudflare.",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -30,7 +30,7 @@
30
30
  "@babel/parser": "^7.21.3",
31
31
  "@babel/types": "^7.21.4",
32
32
  "@clack/prompts": "^0.6.3",
33
- "@cloudflare/workers-types": "^4.20241205.0",
33
+ "@cloudflare/workers-types": "^4.20241230.0",
34
34
  "@iarna/toml": "^3.0.0",
35
35
  "@types/command-exists": "^1.2.0",
36
36
  "@types/cross-spawn": "^6.0.2",
@@ -67,15 +67,16 @@
67
67
  "xdg-app-paths": "^8.3.0",
68
68
  "yargs": "^17.7.2",
69
69
  "@cloudflare/cli": "1.1.1",
70
- "@cloudflare/workers-tsconfig": "0.0.0",
71
- "wrangler": "0.0.0-ee98fd444",
72
- "@cloudflare/eslint-config-worker": "1.1.0"
70
+ "@cloudflare/eslint-config-worker": "1.1.0",
71
+ "wrangler": "0.0.0-eef649c82",
72
+ "@cloudflare/workers-tsconfig": "0.0.0"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=18.14.1"
76
76
  },
77
77
  "workers-sdk": {
78
- "prerelease": true
78
+ "prerelease": true,
79
+ "type": "cli"
79
80
  },
80
81
  "volta": {
81
82
  "extends": "../../package.json"
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "pages_build_output_dir": "./dist/analog/public"
5
+ }
@@ -1,7 +1,7 @@
1
1
  import { logRaw, updateStatus } from "@cloudflare/cli";
2
2
  import { blue, brandColor, dim } from "@cloudflare/cli/colors";
3
3
  import { runFrameworkGenerator } from "frameworks/index";
4
- import { loadTemplateSnippets, transformFile } from "helpers/codemod";
4
+ import { transformFile } from "helpers/codemod";
5
5
  import { runCommand } from "helpers/command";
6
6
  import { usesTypescript } from "helpers/files";
7
7
  import { detectPackageManager } from "helpers/packageManagers";
@@ -17,7 +17,7 @@ const generate = async (ctx: C3Context) => {
17
17
  logRaw(""); // newline
18
18
  };
19
19
 
20
- const configure = async (ctx: C3Context) => {
20
+ const configure = async () => {
21
21
  await runCommand([npx, "astro", "add", "cloudflare", "-y"], {
22
22
  silent: true,
23
23
  startText: "Installing adapter",
@@ -27,7 +27,6 @@ const configure = async (ctx: C3Context) => {
27
27
  });
28
28
 
29
29
  updateAstroConfig();
30
- updateEnvDeclaration(ctx);
31
30
  };
32
31
 
33
32
  const updateAstroConfig = () => {
@@ -59,35 +58,6 @@ const updateAstroConfig = () => {
59
58
  });
60
59
  };
61
60
 
62
- const updateEnvDeclaration = (ctx: C3Context) => {
63
- if (!usesTypescript(ctx)) {
64
- return;
65
- }
66
-
67
- const filePath = "src/env.d.ts";
68
-
69
- updateStatus(`Adding type declarations in ${blue(filePath)}`);
70
-
71
- transformFile(filePath, {
72
- visitProgram: function (n) {
73
- const snippets = loadTemplateSnippets(ctx);
74
- const patch = snippets.runtimeDeclarationTs;
75
- const b = recast.types.builders;
76
-
77
- // Preserve comments with the new body
78
- const comments = n.get("comments").value;
79
- n.node.comments = comments.map((c: recast.types.namedTypes.CommentLine) =>
80
- b.commentLine(c.value),
81
- );
82
-
83
- // Add the patch
84
- n.get("body").push(...patch);
85
-
86
- return false;
87
- },
88
- });
89
- };
90
-
91
61
  const config: TemplateConfig = {
92
62
  configVersion: 1,
93
63
  id: "astro",
@@ -95,7 +65,21 @@ const config: TemplateConfig = {
95
65
  platform: "pages",
96
66
  displayName: "Astro",
97
67
  copyFiles: {
98
- path: "./templates",
68
+ async selectVariant(ctx) {
69
+ // Note: this `selectVariant` function should not be needed
70
+ // this is just a quick workaround until
71
+ // https://github.com/cloudflare/workers-sdk/issues/7495
72
+ // is resolved
73
+ return usesTypescript(ctx) ? "ts" : "js";
74
+ },
75
+ variants: {
76
+ js: {
77
+ path: "./templates/js",
78
+ },
79
+ ts: {
80
+ path: "./templates/ts",
81
+ },
82
+ },
99
83
  },
100
84
  devScript: "dev",
101
85
  deployScript: "deploy",
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "compatibility_flags": [
5
+ "nodejs_compat"
6
+ ],
7
+ "pages_build_output_dir": "./dist"
8
+ }
@@ -0,0 +1,4 @@
1
+ // Generated by Wrangler
2
+ // After adding bindings to `wrangler.toml`, regenerate this interface via `npm run cf-typegen`
3
+ interface Env {
4
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "compatibility_flags": [
5
+ "nodejs_compat"
6
+ ],
7
+ "pages_build_output_dir": "./dist"
8
+ }
@@ -9,6 +9,6 @@
9
9
  },
10
10
  "devDependencies": {
11
11
  "itty-router": "^3.0.12",
12
- "wrangler": "^3.60.3"
12
+ "wrangler": "^3.101.0"
13
13
  }
14
14
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.js",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ }
8
+ }
@@ -11,6 +11,6 @@
11
11
  "devDependencies": {
12
12
  "itty-router": "^3.0.12",
13
13
  "typescript": "^5.5.2",
14
- "wrangler": "^3.60.3"
14
+ "wrangler": "^3.101.0"
15
15
  }
16
16
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.ts",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ }
8
+ }
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "devDependencies": {
12
12
  "@cloudflare/vitest-pool-workers": "^0.5.2",
13
- "wrangler": "^3.60.3",
13
+ "wrangler": "^3.101.0",
14
14
  "vitest": "2.1.8"
15
15
  }
16
16
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.js",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ }
8
+ }
@@ -8,6 +8,6 @@
8
8
  "start": "wrangler dev"
9
9
  },
10
10
  "devDependencies": {
11
- "wrangler": "^3.60.3"
11
+ "wrangler": "^3.101.0"
12
12
  }
13
13
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/entry.py",
4
+ "compatibility_date": "<TBD>",
5
+ "compatibility_flags": ["python_workers"],
6
+ "observability": {
7
+ "enabled": true
8
+ }
9
+ }
@@ -13,6 +13,6 @@
13
13
  "@cloudflare/vitest-pool-workers": "^0.5.2",
14
14
  "typescript": "^5.5.2",
15
15
  "vitest": "2.1.8",
16
- "wrangler": "^3.60.3"
16
+ "wrangler": "^3.101.0"
17
17
  }
18
18
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.ts",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ }
8
+ }
@@ -8,6 +8,6 @@
8
8
  "start": "wrangler dev"
9
9
  },
10
10
  "devDependencies": {
11
- "wrangler": "^3.60.3"
11
+ "wrangler": "^3.101.0"
12
12
  }
13
13
  }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.js",
4
+ "compatibility_date": "<TBD>",
5
+ "migrations": [
6
+ {
7
+ "new_classes": [
8
+ "MyDurableObject"
9
+ ],
10
+ "tag": "v1"
11
+ }
12
+ ],
13
+ "durable_objects": {
14
+ "bindings": [
15
+ {
16
+ "class_name": "MyDurableObject",
17
+ "name": "MY_DURABLE_OBJECT"
18
+ }
19
+ ]
20
+ },
21
+ "observability": {
22
+ "enabled": true
23
+ }
24
+ }
@@ -10,6 +10,6 @@
10
10
  },
11
11
  "devDependencies": {
12
12
  "typescript": "^5.5.2",
13
- "wrangler": "^3.60.3"
13
+ "wrangler": "^3.101.0"
14
14
  }
15
15
  }
@@ -14,7 +14,7 @@ import { DurableObject } from "cloudflare:workers";
14
14
  */
15
15
 
16
16
  /** A Durable Object's behavior is defined in an exported Javascript class */
17
- export class MyDurableObject extends DurableObject {
17
+ export class MyDurableObject extends DurableObject<Env> {
18
18
  /**
19
19
  * The constructor is invoked once upon creation of the Durable Object, i.e. the first call to
20
20
  * `DurableObjectStub::get` for a given identifier (no-op constructors can be omitted)
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.ts",
4
+ "compatibility_date": "<TBD>",
5
+ "migrations": [
6
+ {
7
+ "new_classes": [
8
+ "MyDurableObject"
9
+ ],
10
+ "tag": "v1"
11
+ }
12
+ ],
13
+ "durable_objects": {
14
+ "bindings": [
15
+ {
16
+ "class_name": "MyDurableObject",
17
+ "name": "MY_DURABLE_OBJECT"
18
+ }
19
+ ]
20
+ },
21
+ "observability": {
22
+ "enabled": true
23
+ }
24
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.ts",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ }
8
+ }
@@ -46,7 +46,7 @@ In order to enable the example:
46
46
  ```ts
47
47
  // KV Example:
48
48
  ```
49
- and uncomment the commented lines below it.
49
+ and uncomment the commented lines below it (also uncomment the relevant imports).
50
50
  - Do the same in the `wrangler.toml` file, where
51
51
  the comment is:
52
52
  ```
@@ -1,9 +1,9 @@
1
- import { getRequestContext } from '@cloudflare/next-on-pages'
1
+ // import { getRequestContext } from '@cloudflare/next-on-pages'
2
2
 
3
3
  export const runtime = 'edge'
4
4
 
5
- export async function GET(request) {
6
- let responseText = 'Hello World'
5
+ export async function GET() {
6
+ const responseText = 'Hello World'
7
7
 
8
8
  // In the edge runtime you can use Bindings that are available in your application
9
9
  // (for more details see:
@@ -15,7 +15,7 @@ export async function GET(request) {
15
15
  // const myKv = getRequestContext().env.MY_KV_NAMESPACE
16
16
  // await myKv.put('suffix', ' from a KV store!')
17
17
  // const suffix = await myKv.get('suffix')
18
- // responseText += suffix
18
+ // return new Response(responseText + suffix)
19
19
 
20
20
  return new Response(responseText)
21
21
  }
@@ -1,10 +1,9 @@
1
- import type { NextRequest } from 'next/server'
2
- import { getRequestContext } from '@cloudflare/next-on-pages'
1
+ // import { getRequestContext } from '@cloudflare/next-on-pages'
3
2
 
4
3
  export const runtime = 'edge'
5
4
 
6
- export async function GET(request: NextRequest) {
7
- let responseText = 'Hello World'
5
+ export async function GET() {
6
+ const responseText = 'Hello World'
8
7
 
9
8
  // In the edge runtime you can use Bindings that are available in your application
10
9
  // (for more details see:
@@ -16,7 +15,7 @@ export async function GET(request: NextRequest) {
16
15
  // const myKv = getRequestContext().env.MY_KV_NAMESPACE
17
16
  // await myKv.put('suffix', ' from a KV store!')
18
17
  // const suffix = await myKv.get('suffix')
19
- // responseText += suffix
18
+ // return new Response(responseText + suffix)
20
19
 
21
20
  return new Response(responseText)
22
21
  }
@@ -49,10 +49,10 @@ const generate = async (ctx: C3Context) => {
49
49
  updateStatus("Created wrangler.toml file");
50
50
  };
51
51
 
52
- const updateNextConfig = () => {
52
+ const updateNextConfig = (usesTs: boolean) => {
53
53
  const s = spinner();
54
54
 
55
- const configFile = "next.config.mjs";
55
+ const configFile = `next.config.${usesTs ? "ts" : "mjs"}`;
56
56
  s.start(`Updating \`${configFile}\``);
57
57
 
58
58
  const configContent = readFile(configFile);
@@ -107,7 +107,7 @@ const configure = async (ctx: C3Context) => {
107
107
  await writeEslintrc(ctx);
108
108
  }
109
109
 
110
- updateNextConfig();
110
+ updateNextConfig(usesTs);
111
111
 
112
112
  copyFile(
113
113
  join(getTemplatePath(ctx), "README.md"),
@@ -176,7 +176,7 @@ export default {
176
176
  id: "next",
177
177
  frameworkCli: "create-next-app",
178
178
  platform: "pages",
179
- displayName: "Next",
179
+ displayName: "Next.js",
180
180
  generate,
181
181
  configure,
182
182
  copyFiles: {
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "compatibility_flags": [
5
+ "nodejs_compat"
6
+ ],
7
+ "pages_build_output_dir": ".vercel/output/static"
8
+ }
@@ -24,7 +24,7 @@ const generate = async (ctx: C3Context) => {
24
24
  gitFlag,
25
25
  ]);
26
26
 
27
- writeFile("./.node-version", "17");
27
+ writeFile("./.node-version", "18");
28
28
 
29
29
  logRaw(""); // newline
30
30
  };
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "compatibility_flags": [
5
+ "nodejs_compat"
6
+ ],
7
+ "pages_build_output_dir": "./dist"
8
+ }
@@ -16,6 +16,6 @@
16
16
  "devDependencies": {
17
17
  "@types/node": "20.8.3",
18
18
  "@types/service-worker-mock": "^2.0.1",
19
- "wrangler": "^3.60.3"
19
+ "wrangler": "^3.101.0"
20
20
  }
21
21
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.ts",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ }
8
+ }
@@ -8,6 +8,6 @@
8
8
  "start": "wrangler dev"
9
9
  },
10
10
  "devDependencies": {
11
- "wrangler": "^3.60.3"
11
+ "wrangler": "^3.101.0"
12
12
  }
13
13
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.js",
4
+ "compatibility_date": "<TBD>"
5
+ }
@@ -8,6 +8,6 @@
8
8
  "start": "wrangler dev"
9
9
  },
10
10
  "devDependencies": {
11
- "wrangler": "^3.60.3"
11
+ "wrangler": "^3.101.0"
12
12
  }
13
13
  }
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.js",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ },
8
+ "queues": {
9
+ "consumers": [
10
+ {
11
+ "queue": "my-queue"
12
+ }
13
+ ],
14
+ "producers": [
15
+ {
16
+ "binding": "MY_QUEUE",
17
+ "queue": "my-queue"
18
+ }
19
+ ]
20
+ }
21
+ }
@@ -10,6 +10,6 @@
10
10
  },
11
11
  "devDependencies": {
12
12
  "typescript": "^5.5.2",
13
- "wrangler": "^3.60.3"
13
+ "wrangler": "^3.101.0"
14
14
  }
15
15
  }
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.ts",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ },
8
+ "queues": {
9
+ "consumers": [
10
+ {
11
+ "queue": "my-queue"
12
+ }
13
+ ],
14
+ "producers": [
15
+ {
16
+ "binding": "MY_QUEUE",
17
+ "queue": "my-queue"
18
+ }
19
+ ]
20
+ }
21
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "compatibility_flags": [
5
+ "nodejs_compat"
6
+ ],
7
+ "pages_build_output_dir": "./dist"
8
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "pages_build_output_dir": "./build/client"
5
+ }
@@ -8,6 +8,6 @@
8
8
  "start": "wrangler dev --test-scheduled"
9
9
  },
10
10
  "devDependencies": {
11
- "wrangler": "^3.60.3"
11
+ "wrangler": "^3.101.0"
12
12
  }
13
13
  }
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.js",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ },
8
+ "triggers": {
9
+ "crons": [
10
+ "* * * * *"
11
+ ]
12
+ }
13
+ }
@@ -10,6 +10,6 @@
10
10
  },
11
11
  "devDependencies": {
12
12
  "typescript": "^5.5.2",
13
- "wrangler": "^3.60.3"
13
+ "wrangler": "^3.101.0"
14
14
  }
15
15
  }
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "main": "src/index.ts",
4
+ "compatibility_date": "<TBD>",
5
+ "observability": {
6
+ "enabled": true
7
+ },
8
+ "triggers": {
9
+ "crons": [
10
+ "* * * * *"
11
+ ]
12
+ }
13
+ }
@@ -66,7 +66,7 @@ const config: TemplateConfig = {
66
66
  configVersion: 1,
67
67
  id: "solid",
68
68
  frameworkCli: "create-solid",
69
- displayName: "Solid",
69
+ displayName: "SolidStart",
70
70
  platform: "pages",
71
71
  copyFiles: {
72
72
  path: "./templates",
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "compatibility_flags": [
5
+ "nodejs_compat"
6
+ ],
7
+ "pages_build_output_dir": "./dist"
8
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "<TBD>",
3
+ "compatibility_date": "<TBD>",
4
+ "pages_build_output_dir": ".svelte-kit/cloudflare"
5
+ }