@wix/ditto-codegen-public 1.0.348 → 1.0.349
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/out.js +8 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -12141,7 +12141,14 @@ IMPORTANT INSTRUCTIONS:
|
|
|
12141
12141
|
2. Do NOT run any bash commands.
|
|
12142
12142
|
3. READ the codebase to understand the code structure and find answers.
|
|
12143
12143
|
4. Use MCP tools to look up Wix documentation when the question involves Wix APIs, SDKs, or platform features.
|
|
12144
|
-
5. If you cannot find a definitive answer, say so clearly and explain what you found
|
|
12144
|
+
5. If you cannot find a definitive answer, say so clearly and explain what you found.
|
|
12145
|
+
|
|
12146
|
+
DEBUGGING GUIDANCE:
|
|
12147
|
+
- A preview/dev server is ALREADY running in this environment. NEVER recommend \`wix dev\`, \`wix preview\`, \`npx wix dev\`, or \`npx wix preview\`. Starting another server conflicts with and breaks the one already running, costing the user their work.
|
|
12148
|
+
- When asked how to debug the app, view logs, or inspect errors/network requests, recommend ONLY approaches that are safe alongside the running server:
|
|
12149
|
+
- Browser DevTools: the Console, Network, and Sources tabs.
|
|
12150
|
+
- \`console.log\` statements, then read the output in the already-running server logs.
|
|
12151
|
+
- Inspecting network requests in the browser, without starting a new server.`;
|
|
12145
12152
|
}
|
|
12146
12153
|
});
|
|
12147
12154
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.349",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"esbuild": "^0.27.2",
|
|
30
30
|
"vitest": "^4.0.16"
|
|
31
31
|
},
|
|
32
|
-
"falconPackageHash": "
|
|
32
|
+
"falconPackageHash": "7bf8f9326f7820f00099545cc4aebcdd29a5edecaf96fb1f3cbd53c3"
|
|
33
33
|
}
|