@valbuild/init 0.60.21 → 0.60.23
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.
|
@@ -516,7 +516,7 @@ function transformNextAppRouterValProvider(fileInfo, api, options) {
|
|
|
516
516
|
|
|
517
517
|
var packageJson = {
|
|
518
518
|
name: "@valbuild/init",
|
|
519
|
-
version: "0.60.
|
|
519
|
+
version: "0.60.23",
|
|
520
520
|
description: "Initialize a new val.build project",
|
|
521
521
|
exports: {
|
|
522
522
|
"./main": {
|
|
@@ -1541,7 +1541,7 @@ function _execute() {
|
|
|
1541
1541
|
writeFile(maybeFileOp, plan.root, key.startsWith("update"));
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
1544
|
-
info("\n \nVal was successfully initialized!\n\n Start the application:\n\n $ ".concat(chalk__default["default"].
|
|
1544
|
+
info("\n \nVal was successfully initialized!\n\n Start the application:\n\n $ ".concat(chalk__default["default"].cyan("npm run dev"), "\n\n Open (assumes http://localhost:3000):\n\n ").concat(chalk__default["default"].bgBlack.hex("#37cd99").underline("http://localhost:3000/val"), "\n\n When you want to enable editor support, import the project by opening the following link:\n \n ").concat(chalk__default["default"].bgBlack.hex("#37cd99").underline("https://app.val.build/orgs/new".concat(plan.gitRemote ? "?org=".concat(encodeURIComponent(plan.gitRemote.owner), "&owner=").concat(encodeURIComponent(plan.gitRemote.owner), "&repo=").concat(encodeURIComponent(plan.gitRemote.repo)) : "")), "\n\n"));
|
|
1545
1545
|
case 7:
|
|
1546
1546
|
case "end":
|
|
1547
1547
|
return _context4.stop();
|
|
@@ -516,7 +516,7 @@ function transformNextAppRouterValProvider(fileInfo, api, options) {
|
|
|
516
516
|
|
|
517
517
|
var packageJson = {
|
|
518
518
|
name: "@valbuild/init",
|
|
519
|
-
version: "0.60.
|
|
519
|
+
version: "0.60.23",
|
|
520
520
|
description: "Initialize a new val.build project",
|
|
521
521
|
exports: {
|
|
522
522
|
"./main": {
|
|
@@ -1541,7 +1541,7 @@ function _execute() {
|
|
|
1541
1541
|
writeFile(maybeFileOp, plan.root, key.startsWith("update"));
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
1544
|
-
info("\n \nVal was successfully initialized!\n\n Start the application:\n\n $ ".concat(chalk__default["default"].
|
|
1544
|
+
info("\n \nVal was successfully initialized!\n\n Start the application:\n\n $ ".concat(chalk__default["default"].cyan("npm run dev"), "\n\n Open (assumes http://localhost:3000):\n\n ").concat(chalk__default["default"].bgBlack.hex("#37cd99").underline("http://localhost:3000/val"), "\n\n When you want to enable editor support, import the project by opening the following link:\n \n ").concat(chalk__default["default"].bgBlack.hex("#37cd99").underline("https://app.val.build/orgs/new".concat(plan.gitRemote ? "?org=".concat(encodeURIComponent(plan.gitRemote.owner), "&owner=").concat(encodeURIComponent(plan.gitRemote.owner), "&repo=").concat(encodeURIComponent(plan.gitRemote.repo)) : "")), "\n\n"));
|
|
1545
1545
|
case 7:
|
|
1546
1546
|
case "end":
|
|
1547
1547
|
return _context4.stop();
|
|
@@ -504,7 +504,7 @@ function transformNextAppRouterValProvider(fileInfo, api, options) {
|
|
|
504
504
|
|
|
505
505
|
var packageJson = {
|
|
506
506
|
name: "@valbuild/init",
|
|
507
|
-
version: "0.60.
|
|
507
|
+
version: "0.60.23",
|
|
508
508
|
description: "Initialize a new val.build project",
|
|
509
509
|
exports: {
|
|
510
510
|
"./main": {
|
|
@@ -1529,7 +1529,7 @@ function _execute() {
|
|
|
1529
1529
|
writeFile(maybeFileOp, plan.root, key.startsWith("update"));
|
|
1530
1530
|
}
|
|
1531
1531
|
}
|
|
1532
|
-
info("\n \nVal was successfully initialized!\n\n Start the application:\n\n $ ".concat(chalk.
|
|
1532
|
+
info("\n \nVal was successfully initialized!\n\n Start the application:\n\n $ ".concat(chalk.cyan("npm run dev"), "\n\n Open (assumes http://localhost:3000):\n\n ").concat(chalk.bgBlack.hex("#37cd99").underline("http://localhost:3000/val"), "\n\n When you want to enable editor support, import the project by opening the following link:\n \n ").concat(chalk.bgBlack.hex("#37cd99").underline("https://app.val.build/orgs/new".concat(plan.gitRemote ? "?org=".concat(encodeURIComponent(plan.gitRemote.owner), "&owner=").concat(encodeURIComponent(plan.gitRemote.owner), "&repo=").concat(encodeURIComponent(plan.gitRemote.repo)) : "")), "\n\n"));
|
|
1533
1533
|
case 7:
|
|
1534
1534
|
case "end":
|
|
1535
1535
|
return _context4.stop();
|
package/package.json
CHANGED