create-cloudflare 0.0.0-ccc19d57 → 0.0.0-d208ede3

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.
package/dist/cli.js CHANGED
@@ -54507,9 +54507,9 @@ var getConfirmRenderers = (config14) => {
54507
54507
  cancel: handleCancel
54508
54508
  };
54509
54509
  };
54510
+ var spinnerFrames = ["\u2524", "\u2518", "\u2534", "\u2514", "\u251C", "\u250C", "\u252C", "\u2510"];
54511
+ var ellipsisFrames = ["", ".", "..", "...", " ..", " .", ""];
54510
54512
  var spinner = () => {
54511
- const spinnerFrames = ["\u2524", "\u2518", "\u2534", "\u2514", "\u251C", "\u250C", "\u252C", "\u2510"];
54512
- const ellipsisFrames = ["", ".", "..", "...", " ..", " .", ""];
54513
54513
  const color = brandColor;
54514
54514
  const frameRate = 120;
54515
54515
  let loop = null;
@@ -59410,7 +59410,7 @@ var Yargs = YargsFactory(esm_default);
59410
59410
  var yargs_default = Yargs;
59411
59411
 
59412
59412
  // package.json
59413
- var version = "0.0.0-ccc19d57";
59413
+ var version = "0.0.0-d208ede3";
59414
59414
 
59415
59415
  // src/common.ts
59416
59416
  var import_fs6 = require("fs");
@@ -59801,7 +59801,7 @@ var runDeploy = async (ctx) => {
59801
59801
  const result = await runCommand(deployCmd, {
59802
59802
  silent: true,
59803
59803
  cwd: ctx.project.path,
59804
- env: { CLOUDFLARE_ACCOUNT_ID: ctx.account.id },
59804
+ env: { CLOUDFLARE_ACCOUNT_ID: ctx.account.id, NODE_ENV: "production" },
59805
59805
  startText: `Deploying your application`,
59806
59806
  doneText: `${brandColor("deployed")} ${dim(`via \`${deployCmd}\``)}`
59807
59807
  });
@@ -60435,7 +60435,7 @@ var config6 = {
60435
60435
  "--src-dir",
60436
60436
  "--app",
60437
60437
  "--import-alias",
60438
- '"@/*"'
60438
+ "@/*"
60439
60439
  ],
60440
60440
  compatibilityFlags: ["nodejs_compat"]
60441
60441
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cloudflare",
3
- "version": "0.0.0-ccc19d57",
3
+ "version": "0.0.0-d208ede3",
4
4
  "description": "A CLI for creating and deploying new applications to Cloudflare.",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -4,13 +4,13 @@ compatibility_date = "<TBD>"
4
4
 
5
5
  # Bind a Queue producer. Use this binding to schedule an arbitrary task that may be processed later by a Queue consumer.
6
6
  # Docs: https://developers.cloudflare.com/queues/get-started
7
- # [[queues.producers]]
7
+ [[queues.producers]]
8
8
  binding = "MY_QUEUE"
9
9
  queue = "my-queue"
10
10
 
11
11
  # Bind a Queue consumer. Queue Consumers can retrieve tasks scheduled by Producers to act on them.
12
12
  # Docs: https://developers.cloudflare.com/queues/get-started
13
- # [[queues.consumers]]
13
+ [[queues.consumers]]
14
14
  queue = "my-queue"
15
15
  # Optional: Configure batching and retries: https://developers.cloudflare.com/queues/learning/batching-retries/
16
16
  # max_batch_size = 10
@@ -4,13 +4,13 @@ compatibility_date = "<TBD>"
4
4
 
5
5
  # Bind a Queue producer. Use this binding to schedule an arbitrary task that may be processed later by a Queue consumer.
6
6
  # Docs: https://developers.cloudflare.com/queues/get-started
7
- # [[queues.producers]]
7
+ [[queues.producers]]
8
8
  binding = "MY_QUEUE"
9
9
  queue = "my-queue"
10
10
 
11
11
  # Bind a Queue consumer. Queue Consumers can retrieve tasks scheduled by Producers to act on them.
12
12
  # Docs: https://developers.cloudflare.com/queues/get-started
13
- # [[queues.consumers]]
13
+ [[queues.consumers]]
14
14
  queue = "my-queue"
15
15
  # Optional: Configure batching and retries: https://developers.cloudflare.com/queues/learning/batching-retries/
16
16
  # max_batch_size = 10