scaffoldry 1.0.3 → 1.0.4
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/bin.js +2 -2
- package/dist/{chunk-3S2DLSPA.js → chunk-I4MV2EKP.js} +4 -4
- package/dist/{chunk-JBAKAQ6E.js → chunk-JDNWZYDO.js} +516 -122
- package/dist/chunk-JDNWZYDO.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{setup-D7R3KWKV.js → setup-OGZ5Y3IS.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-JBAKAQ6E.js.map +0 -1
- /package/dist/{chunk-3S2DLSPA.js.map → chunk-I4MV2EKP.js.map} +0 -0
- /package/dist/{setup-D7R3KWKV.js.map → setup-OGZ5Y3IS.js.map} +0 -0
package/dist/bin.js
CHANGED
|
@@ -13,14 +13,14 @@ import {
|
|
|
13
13
|
secretRotateCommand,
|
|
14
14
|
secretSetCommand,
|
|
15
15
|
upgradeCommand
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-I4MV2EKP.js";
|
|
17
17
|
import {
|
|
18
18
|
setupAllCommand,
|
|
19
19
|
setupDatabaseCommand,
|
|
20
20
|
setupEmailCommand,
|
|
21
21
|
setupStorageCommand,
|
|
22
22
|
setupStripeCommand
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-JDNWZYDO.js";
|
|
24
24
|
import "./chunk-WOS3F5LR.js";
|
|
25
25
|
|
|
26
26
|
// src/bin.ts
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
toPascalCase,
|
|
24
24
|
validateLicense,
|
|
25
25
|
writeEnvLocal
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-JDNWZYDO.js";
|
|
27
27
|
import {
|
|
28
28
|
copyToClipboard,
|
|
29
29
|
getKillSignal,
|
|
@@ -401,7 +401,7 @@ async function initCommand(targetDir, options = {}) {
|
|
|
401
401
|
}
|
|
402
402
|
if (shouldRunSetup) {
|
|
403
403
|
process.chdir(projectDir);
|
|
404
|
-
const { setupAllCommand: setupAllCommand2 } = await import("./setup-
|
|
404
|
+
const { setupAllCommand: setupAllCommand2 } = await import("./setup-OGZ5Y3IS.js");
|
|
405
405
|
await setupAllCommand2();
|
|
406
406
|
}
|
|
407
407
|
logger.newLine();
|
|
@@ -1429,7 +1429,7 @@ async function doctorCommand() {
|
|
|
1429
1429
|
initial: true
|
|
1430
1430
|
});
|
|
1431
1431
|
if (autoFix) {
|
|
1432
|
-
const { setupCommand: setupCommand2 } = await import("./setup-
|
|
1432
|
+
const { setupCommand: setupCommand2 } = await import("./setup-OGZ5Y3IS.js");
|
|
1433
1433
|
const services = /* @__PURE__ */ new Set();
|
|
1434
1434
|
for (const issue of fixableIssues) {
|
|
1435
1435
|
if (issue.fix?.includes("setup stripe")) services.add("stripe");
|
|
@@ -1949,4 +1949,4 @@ export {
|
|
|
1949
1949
|
secretRotateCommand,
|
|
1950
1950
|
planCommand
|
|
1951
1951
|
};
|
|
1952
|
-
//# sourceMappingURL=chunk-
|
|
1952
|
+
//# sourceMappingURL=chunk-I4MV2EKP.js.map
|