@tanstack/cta-engine 0.11.1 → 0.11.2
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/create-app.js +1 -1
- package/package.json +1 -1
- package/src/create-app.ts +1 -1
package/dist/create-app.js
CHANGED
|
@@ -492,6 +492,6 @@ Use the following commands to start your app:
|
|
|
492
492
|
% cd ${options.projectName}
|
|
493
493
|
% ${startCommand}
|
|
494
494
|
|
|
495
|
-
Please
|
|
495
|
+
Please check the README.md for more information on testing, styling, adding routes, react-query, etc.${errorStatement}`);
|
|
496
496
|
}
|
|
497
497
|
}
|
package/package.json
CHANGED
package/src/create-app.ts
CHANGED
|
@@ -799,6 +799,6 @@ Use the following commands to start your app:
|
|
|
799
799
|
% cd ${options.projectName}
|
|
800
800
|
% ${startCommand}
|
|
801
801
|
|
|
802
|
-
Please
|
|
802
|
+
Please check the README.md for more information on testing, styling, adding routes, react-query, etc.${errorStatement}`)
|
|
803
803
|
}
|
|
804
804
|
}
|