@solidstarters/create-solid-app 1.2.38 → 1.2.39

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -76,7 +76,7 @@ async function main() {
76
76
  console.log(prettyOutput(`cd ${projectName}/${TARGET_FOLDER_UI}`,'Navigate into ui directory'));
77
77
 
78
78
  // Development mode (with watch )
79
- console.log(prettyOutput('npm run dev',`Starts the frontend in development mode with live reload on @http://localhost:${answers.solidUiPort}`));
79
+ console.log(prettyOutput('npm run solidx:dev',`Starts the frontend in development mode with live reload on @http://localhost:${answers.solidUiPort}`));
80
80
 
81
81
  // Production mode
82
82
  console.log(prettyOutput('npm run build && npm run start', `Builds and starts the frontend in production mode on @http://localhost:${answers.solidUiPort}`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidstarters/create-solid-app",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "main": "index.js",
5
5
  "private": false,
6
6
  "publishConfig": {