@tanstack/cta-engine 0.16.4 → 0.16.5
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 -0
- package/package.json +1 -1
- package/src/create-app.ts +1 -0
package/dist/create-app.js
CHANGED
|
@@ -165,6 +165,7 @@ Errors were encountered during the creation of your app:
|
|
|
165
165
|
|
|
166
166
|
${environment.getErrors().join('\n')}`;
|
|
167
167
|
}
|
|
168
|
+
// Use the force luke! :)
|
|
168
169
|
environment.outro(`Your ${environment.appName} app is ready in '${basename(options.targetDir)}'.
|
|
169
170
|
|
|
170
171
|
Use the following commands to start your app:
|
package/package.json
CHANGED
package/src/create-app.ts
CHANGED