create-cloudflare 0.0.0-e16d0272 → 0.0.0-e33bb44a
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 +2 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -59412,7 +59412,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
59412
59412
|
var yargs_default = Yargs;
|
|
59413
59413
|
|
|
59414
59414
|
// package.json
|
|
59415
|
-
var version = "0.0.0-
|
|
59415
|
+
var version = "0.0.0-e33bb44a";
|
|
59416
59416
|
|
|
59417
59417
|
// src/common.ts
|
|
59418
59418
|
var import_fs6 = require("fs");
|
|
@@ -59846,6 +59846,7 @@ var chooseAccount = async (ctx) => {
|
|
|
59846
59846
|
};
|
|
59847
59847
|
var printSummary = async (ctx) => {
|
|
59848
59848
|
const nextSteps = [
|
|
59849
|
+
[`Navigate to the new directory:`, `cd ${ctx.project.name}`],
|
|
59849
59850
|
[
|
|
59850
59851
|
`Run the development server`,
|
|
59851
59852
|
`${npm} run ${ctx.framework?.config.devCommand ?? "start"}`
|