We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f287229 commit 92002cbCopy full SHA for 92002cb
src/commands/dev.ts
@@ -48,7 +48,7 @@ async function fetchAndValidateSpec(url: string): Promise<ValidationResult> {
48
const pluginId = getHostname(url);
49
const specUrl = getSpecUrl(url);
50
console.log("[Dev] Plugin ID:", pluginId);
51
- console.log("[Dev] Spec URL:", specUrl);
+ console.log("[Dev] Spec URL:", specUrl.href);
52
53
let isValid, accountId;
54
try {
src/playground/package.json
@@ -10,7 +10,7 @@
10
"preview": "vite preview"
11
},
12
"dependencies": {
13
- "@bitte-ai/chat": "^0.1.3",
+ "@bitte-ai/chat": "latest",
14
"@bitte-ai/react": "^0.6.6-beta-prerelease.40",
15
"@near-wallet-selector/modal-ui": "^8.9.15",
16
"@tanstack/react-query": "^5.66.0",
0 commit comments