@tanstack/cta-engine 0.16.1 → 0.16.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/create-app.js +1 -1
- package/package.json +1 -1
- package/src/create-app.ts +1 -1
package/dist/create-app.js
CHANGED
|
@@ -171,7 +171,7 @@ Use the following commands to start your app:
|
|
|
171
171
|
% cd ${options.projectName}
|
|
172
172
|
% ${formatCommand(getPackageManagerScriptCommand(options.packageManager, ['dev']))}
|
|
173
173
|
|
|
174
|
-
Please
|
|
174
|
+
Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`);
|
|
175
175
|
}
|
|
176
176
|
export async function createApp(environment, options) {
|
|
177
177
|
environment.startRun();
|
package/package.json
CHANGED
package/src/create-app.ts
CHANGED
|
@@ -233,7 +233,7 @@ Use the following commands to start your app:
|
|
|
233
233
|
getPackageManagerScriptCommand(options.packageManager, ['dev']),
|
|
234
234
|
)}
|
|
235
235
|
|
|
236
|
-
Please
|
|
236
|
+
Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
|
|
237
237
|
)
|
|
238
238
|
}
|
|
239
239
|
|