create-cloudflare 0.0.0-e4ef867c → 0.0.0-e72a5794
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 -2
- 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-e72a5794";
|
|
59416
59416
|
|
|
59417
59417
|
// src/common.ts
|
|
59418
59418
|
var import_fs6 = require("fs");
|
|
@@ -60493,7 +60493,7 @@ var config11 = {
|
|
|
60493
60493
|
displayName: "Solid",
|
|
60494
60494
|
packageScripts: {
|
|
60495
60495
|
"pages:dev": `wrangler pages dev ${compatDateFlag()} --proxy 3000 -- ${npm9} run dev`,
|
|
60496
|
-
"pages:deploy": `${npm9} run build && wrangler pages deploy ./dist/public`
|
|
60496
|
+
"pages:deploy": `${npm9} run build build && wrangler pages deploy ./dist/public`
|
|
60497
60497
|
}
|
|
60498
60498
|
};
|
|
60499
60499
|
var solid_default = config11;
|