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