the-frame-ai 0.9.2 → 0.9.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/package.json +1 -1
- package/src/init.js +1 -1
package/package.json
CHANGED
package/src/init.js
CHANGED
|
@@ -49,7 +49,7 @@ const SKIP_PROJECT_FILES = new Set(['CONTEXT.md']);
|
|
|
49
49
|
export async function init(target, flags = {}) {
|
|
50
50
|
if (fileExists(join(target, '.frame', 'config.json'))) {
|
|
51
51
|
logWarn('FRAME already installed in this project.');
|
|
52
|
-
log('Use `the-frame update` to update framework files.');
|
|
52
|
+
log('Use `npx the-frame-ai update` to update framework files.');
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
55
|
|